[Ajuda] Ver Player Em Virtual World.
#4

pawn Код:
CMD:playerssala1(playerid, params[])
{
    new stringpt[128], numerodp;
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(GetPlayerVirtualWorld(i) == GetPlayerVirtualWorld(playerid))
            numerodp ++;
    }
    format(stringpt, sizeof(stringpt), "Tem %d Na Sala 1.", numerodp);
    SendClientMessage(playerid, -1, stringpt);
    return true;
}
acho que funcionara.
Reply


Messages In This Thread
Ver Player Em Virtual World. - by MeninaSedutora - 09.02.2014, 17:27
Re: Ver Player Em Virtual World. - by s4kuL - 09.02.2014, 17:58
Re: Ver Player Em Virtual World. - by bruxo00 - 09.02.2014, 17:59
Re: Ver Player Em Virtual World. - by PT - 09.02.2014, 18:00
Re: Ver Player Em Virtual World. - by Gii - 09.02.2014, 18:00

Forum Jump:


Users browsing this thread: 1 Guest(s)