Advertisement
kenon125

Salvando contas

Nov 20th, 2011
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.35 KB | None | 0 0
  1. Salvando Contas by:ZeuS
  2.  
  3. Em OnPlayerConnect coloque:
  4.  
  5. if(dini_Isset("pos.ini",PlayerName(playerid))) SetPlayerPos(playerid,dini_Int("pos.ini",PlayerNam e(playerid)));
  6.  
  7. em OnPlayerDisconnect coloque:
  8.  
  9. dini_IntSet("pos.ini",PlayerName(playerid),GetPlay erPos(playerid));
  10.  
  11. Em OnGameModeInit coloque:
  12.  
  13. if(!fexist("pos.ini")) dini_Create("pos.ini");
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement