mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 20:13:21 +00:00
Bulk update
This commit is contained in:
parent
f37301cae8
commit
9adbe21719
22 changed files with 1221 additions and 103 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue