these errors are?
#5

https://sampwiki.blast.hk/wiki/Strcat

pawn Код:
if (strcmp("/gps", cmdtext, true, 10) == 0)
{
    new dt[1024]; // dialog text
   
    strcat(dt,"text here ...");
    strcat(dt,"more text here ...");
    // etc ...
    ShowPlayerDialog(playerid, 99, DIALOG_STYLE_LIST, "GPS", dt, "Locate", "Cancel");

    return 1;
}
Reply


Messages In This Thread
these errors are? - by jot16 - 09.11.2011, 23:03
Re: these errors are? - by Marshall32 - 09.11.2011, 23:05
Re: these errors are? - by jot16 - 09.11.2011, 23:11
Re: these errors are? - by MP2 - 09.11.2011, 23:32
Re: these errors are? - by grand.Theft.Otto - 09.11.2011, 23:32
Re: these errors are? - by jot16 - 10.11.2011, 02:33
Re: these errors are? - by Norn - 10.11.2011, 05:06
Re: these errors are? - by MP2 - 10.11.2011, 08:15
Re: these errors are? - by jot16 - 10.11.2011, 13:59
Re: these errors are? - by jot16 - 11.11.2011, 16:32

Forum Jump:


Users browsing this thread: 2 Guest(s)