samedi 16 juillet 2016

Jail problem

new InJail[MAX_PLAYERS]

in your cmd add :
InJail[playerid] = 1

and on player spawn

if(InJail[playerid] == 0) return 0;
if(InJail[playerid] == 1)
{
SetPlayerInterior(playerid, jailint);
SetPlayerPos(playerid, x, y, z);
}

But if you will restart the server it wont save so batter use it with your saving system

This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at http://ift.tt/jcXqJW.
Recommended article from FiveFilters.org: Most Labour MPs in the UK Are Revolting.



Jail problem

Aucun commentaire:

Enregistrer un commentaire