31.03.2009, 15:46
How i can make player to lose his weapons after he leaves the server?
Originally Posted by Norn
The player will lose his weapons when he leaves the server unless your saving them to a file.
|
RemovePlayerWeapons(playerid);
Originally Posted by kaisersouse
Quote:
OP: in OnPlayerDisconnect Code:
RemovePlayerWeapons(playerid); |
Originally Posted by Norn
Quote:
|