17.04.2013, 03:04
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(strcmp(nome(i), VARIAVEL-DONO-ORG, false) == 0)
{
// Dono online
}
}
}
stock nome(playerid)
{
new GetNome[MAX_PLAYER_NAME];
GetPlayerName(playerid, GetNome, sizeof(GetNome));
return GetNome;
}
й mais ou menos assim, nгo sei suas vбriaveis