How to set player to lose weapons after he leave the server
#1

How i can make player to lose his weapons after he leaves the server?
Reply
#2

The player will lose his weapons when he leaves the server unless your saving them to a file.
Reply
#3

Quote:
Originally Posted by Norn
The player will lose his weapons when he leaves the server unless your saving them to a file.
Quasi-true. Sometimes shit happens and you a person reconnects after a crash and end up with another recently-departed players settings.

OP:

in OnPlayerDisconnect
Code:
RemovePlayerWeapons(playerid);
Reply
#4

Quote:
Originally Posted by kaisersouse
Quote:
Originally Posted by Norn
The player will lose his weapons when he leaves the server unless your saving them to a file.
Quasi-true. Sometimes shit happens and you a person reconnects after a crash and end up with another recently-departed players settings.

OP:

in OnPlayerDisconnect
Code:
RemovePlayerWeapons(playerid);
ResetPlayerWeapons(playerid);
Reply
#5

Quote:
Originally Posted by Norn
Quote:
Originally Posted by kaisersouse
Quote:
Originally Posted by Norn
The player will lose his weapons when he leaves the server unless your saving them to a file.
Quasi-true. Sometimes shit happens and you a person reconnects after a crash and end up with another recently-departed players settings.

OP:

in OnPlayerDisconnect
Code:
RemovePlayerWeapons(playerid);
ResetPlayerWeapons(playerid);
Tnx, btw anyone of you knows this thing: I made a gangzone(gangs are: ballas,grove and vagos, so i made 3 gangzone\'s and they are working) but the thing what i want to make is for other gang to make some gangzone to be his.
If you understend what i mean.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)