02.05.2010, 03:29
Hum, Basta Pegar Meu Tutorial:
http://forum.sa-mp.com/index.php?topic=169012.0
----------------------------------------------------------------------------------------------------------------------------
E Adptar Ficando Desta Forma:
Em OnPlayerConnect:
em OnPlayerDisconnect:
Em OnGameModeInit:
-----------------------------------------------------------------------------------------------------------------------------
http://forum.sa-mp.com/index.php?topic=169012.0
----------------------------------------------------------------------------------------------------------------------------
E Adptar Ficando Desta Forma:
Em OnPlayerConnect:
pawn Код:
if(dini_Isset("pos.ini",PlayerName(playerid))) SetPlayerPos(playerid,dini_Int("pos.ini",PlayerName(playerid)));
pawn Код:
dini_IntSet("pos.ini",PlayerName(playerid),GetPlayerPos(playerid));
pawn Код:
if(!fexist("pos.ini")) dini_Create("pos.ini");