12.01.2013, 23:09
Estava um pouco aborrecido, e decidi fazer uma coisa bбsica e jб muito feito por ai ..
Sistema /afk




Download: Paste Bin
Sistema /afk





Acho que ficou meio ruim em dialog, ficaria melhor em textrdaws que nunca vi, pois ia inovar, pero gracias por la intenciуn
![]() |
new hp = 9999999;
SetPlayerHealth(playerid,hp);
SetPlayerHealth(playerid,cellmax);
new bool:var;
//Or
new var[MAX_PLAYERS] = {-1,...};
new gPlayers[MAX_PLAYERS][MAX_PLAYER_NAME+1];
new hp = 9999999;
GetPlayerName(playerid,gPlayers[playerid],MAX_PLAYER_NAME);
new gPlayers[ MAX_PLAYER_NAME + 1 ];
new Float:hp = 9999999;
GetPlayerName( playerid, gPlayers,MAX_PLAYER_NAME +1 );