06.08.2012, 20:47
When my friend spawns he is stuck where he spawns and can't move, he can jump and run but it gets him no where.
The only code I have in OnPlayerSpawn Is:
Also my Sawn-Off glitches like I can't scroll to it because it instantly goes back to the previous weapon. I think I have 2 Registration systems could that cause this?
The only code I have in OnPlayerSpawn Is:
Код:
public OnPlayerSpawn(playerid) { GivePlayerWeapon(playerid,26,500); GivePlayerWeapon(playerid,29,500); GivePlayerWeapon(playerid,24,500); GivePlayerWeapon(playerid,34,500); GivePlayerWeapon(playerid,30,500); }