Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Salvando Contas by:ZeuS
- Em OnPlayerConnect coloque:
- if(dini_Isset("pos.ini",PlayerName(playerid))) SetPlayerPos(playerid,dini_Int("pos.ini",PlayerNam e(playerid)));
- em OnPlayerDisconnect coloque:
- dini_IntSet("pos.ini",PlayerName(playerid),GetPlay erPos(playerid));
- Em OnGameModeInit coloque:
- if(!fexist("pos.ini")) dini_Create("pos.ini");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement