Quote:
Originally Posted by xerox8521
pawn Код:
if(mgw[playerid] == 1) { new spawnmgw = random(sizeof(locmgw)); SetPlayerPos(playerid, locmgw[spawnmgw][0], locmgw[spawnmgw][1], locmgw[spawnmgw][2]); SetPlayerInterior(playerid, 1); SetPlayerFacingAngle(playerid, locmgw[spawnmgw][3]); GivePlayerWeapon(playerid, 38, 111110); // minigun SetPlayerHealth(playerid, 200); }
|
did you just line it up ??. because thats not the reason its not working...
i lined it up under my script but under the forum it was not lined up proberly