06.03.2013, 21:17
Код:
public OnPlayerDisconnect(playerid, reason) { GetPlayerName(playerid, PName, sizeof(PName)); onoff = 0; TextDrawHideForAll(Textdraw0); TextDrawDestroy(Textdraw0); TextDrawHideForAll(Textdraw1); TextDrawDestroy(Textdraw1); TextDrawHideForAll(Textdraw2); TextDrawDestroy(Textdraw2); new String[120], Nome[MAX_PLAYER_NAME]; GetPlayerName(playerid, Nome, MAX_PLAYER_NAME); format(String, sizeof(String), "{BDBDBD}%s Saiu Do Servidor! (Conta Proprнa!)", Nome); SendClientMessageToAll(-1, String); return 1; } public OnPlayerSpawn(playerid) { SetPlayerInterior(playerid, 0); SetPlayerVirtualWorld(playerid, 0); GangZoneShowForPlayer(playerid, Maconheiros, 0xFF000099); GangZoneShowForPlayer(playerid, Velinhas, 0xFF950099);
Cara obrigado por tentar ajudar =]