Something wrong?
#1

PHP код:
    if(strcmp(cmd"/gotoco"true) == 0)
    {
        if(
PlayerInfo[playerid][pAdmin] >= 3)
        {
            new 
Floatpos[3], int;
            if(
sscanf(params"fffd"pos[0], pos[1], pos[2], int)) return SendClientMessage(playeridCOLOR_WHITE"USAGE: /gotoco [x coordinate] [y coordinate] [z coordinate] [interior]");
            
SendClientMessage(playeridCOLOR_GREY"You have been teleported to the coordinates specified.");
            
SetPlayerPos(playeridpos[0], pos[1], pos[2]);
            
SetPlayerInterior(playeridint);
        }
         return 
1;

Is there something wrong here? Says that params is an undefined symbol. If I'll create a variable, it only makes it a string.
Reply


Messages In This Thread
Something wrong? - by NealPeteros - 28.10.2016, 07:57
Re: Something wrong? - by henkas - 28.10.2016, 08:12
Re: Something wrong? - by NealPeteros - 28.10.2016, 08:14
Re: Something wrong? - by Maheerali - 28.10.2016, 08:27
Re: Something wrong? - by AndySedeyn - 28.10.2016, 08:29
Re: Something wrong? - by NealPeteros - 28.10.2016, 08:49
Re: Something wrong? - by AndySedeyn - 28.10.2016, 08:50
Re: Something wrong? - by Dignity - 28.10.2016, 21:08

Forum Jump:


Users browsing this thread: 1 Guest(s)