Bulk update

This commit is contained in:
Jackzie 2021-04-20 21:35:54 -05:00
parent f37301cae8
commit 9adbe21719
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
22 changed files with 1221 additions and 103 deletions

View file

@ -106,7 +106,7 @@ public Action Command_SpawnMinigunBot(int client, int args) {
//make sure spawns a little above
vPos[2] += 1.0;
int survivor = SpawnSurvivor(vPos, vAng, model, true);
int survivor = GetClientOfUserId(SpawnSurvivor(vPos, vAng, model, true));
if(survivor > 0) {
GiveClientWeapon(survivor, "rifle_ak47", true);
}else{