why is this little command not working?
#1

hello, i hope that anyone of you can help me

this command does not work correctly

pawn Code:
if (strcmp(cmd, "/phnumber", true) == 0)
    {
        new string[40];
        new phnumber[20];
        switch(PlayerInfo[targetid][pPnumber])
        {
            default: phnumber = "None";
        }
        format(string, sizeof(string), "Your phone number is %d",phnumber);
        SendClientMessage(playerid, COLOR_GREY,string);
        return 1;
    }
Reply


Messages In This Thread
why is this little command not working? - by MayaEU - 15.06.2016, 17:45
Re: why is this little command not working? - by oMa37 - 15.06.2016, 17:48
Re: why is this little command not working? - by biker122 - 15.06.2016, 17:54
Re: why is this little command not working? - by Stinged - 15.06.2016, 18:09

Forum Jump:


Users browsing this thread: 1 Guest(s)