/SETWORLD
#5

Quote:
Originally Posted by Tigerkiller
Посмотреть сообщение
pawn Код:
CMD:setworld(playerid,params[])
{
    new world;
    if(sscanf(params,"d",world)) return SendClientMessage(playerid,0xFF0000FF,"Use /setworld <playerid>");
    {
        new s[50];
        format(s,sizeof s,"World changed to %d",world);
        SendClientMessage(playerid,0xFF0000FF,s);
        SetPlayerVirtualWorld(playerid,world);
    }
    return 1;
}
i have #include sscanf2

(6716) : error 017: undefined symbol "params" ==>> if(sscanf(params,"d",world)) return SendClientMessage(playerid,0xFF0000FF,"Use /setworld <playerid>");
Reply


Messages In This Thread
/SETWORLD - by boyan96 - 29.08.2011, 14:52
Re: /SETWORLD - by [MWR]Blood - 29.08.2011, 14:55
Re: /SETWORLD - by Tigerkiller - 29.08.2011, 14:56
Re: /SETWORLD - by Luis- - 29.08.2011, 15:27
Re: /SETWORLD - by boyan96 - 29.08.2011, 15:34
Re: /SETWORLD - by dreamworld - 29.08.2011, 15:50
Re: /SETWORLD - by boyan96 - 29.08.2011, 16:41
Re: /SETWORLD - by =WoR=Varth - 29.08.2011, 16:45
Re: /SETWORLD - by dreamworld - 21.09.2011, 20:48

Forum Jump:


Users browsing this thread: 3 Guest(s)