25.02.2009, 13:35
So I have this little function in my gamemode:
But after it's used/when player has died, none of commands work. When I type a command I get this error 'SERVER: Unknown command.'
Why it's that?
Code:
public OnPlayerDeath(playerid) { DestroyVehicle(Veh[playerid]); }
Why it's that?