/getallhere command
#2

I'm sorry, but I can't do it in strcmp.. I'll do it for you in ZCMD & sscanf though, maybe you could convert it from there. Also, I don't think you need ReturnUser, since you're not using a parameter.

pawn Код:
COMMAND:getallhere(playerid, params[])
{
    if(File[playerid][Administrator] >= 4)
    {
        for(new i = 0; i <= MAX_PLAYERS; i++)
        {
            new Float:X, Float:Y, Float:Z;
            GetPlayerPos(playerid, X, Y, Z);
            SetPlayerPos(i, X, Y, Z);
        }
    }
}
Reply


Messages In This Thread
/getallhere command - by Ritchie999 - 09.08.2010, 01:07
Re: /getallhere command - by (.Aztec); - 09.08.2010, 01:10
Re: /getallhere command - by JaTochNietDan - 09.08.2010, 01:13
Re: /getallhere command - by Ritchie999 - 09.08.2010, 01:25

Forum Jump:


Users browsing this thread: 1 Guest(s)