When A player spawns He's "Stuck" in that position
#1

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:

Код:
public OnPlayerSpawn(playerid)
{
    GivePlayerWeapon(playerid,26,500);
    GivePlayerWeapon(playerid,29,500);
    GivePlayerWeapon(playerid,24,500);
    GivePlayerWeapon(playerid,34,500);
    GivePlayerWeapon(playerid,30,500);
    
}
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?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)