Two Dimensional String Problem
#1

So, thats my code..

Quote:

new string[2][128];
format(string[0],sizeof(string[0]), "{10F441}[VIP] {10F441}%s's {FFFFFF}VIP level has been set to {10F441}%d.", pInfo[pID][pName], vlevel);
SendClientMessage(playerid, -1, string[0]);
format(string[1],sizeof(string[1]), "{10F441}[VIP] {FFFFFF}Your VIP level has been set to {10F441}%d. {FFFFFF}Use {10F441}/vcmds {FFFFFF}to see available commands.", vlevel);
SendClientMessage(pID, -1, string[1]);

I get these errors:
https://i.gyazo.com/f48e142b213b4b3d...c5d6e9035f.png

In this line

format(string[0],sizeof(string[0]), "{10F441}[VIP] {10F441}%s's {FFFFFF}VIP level has been set to {10F441}%d.", pInfo[pID][pName], vlevel);
Reply


Messages In This Thread
Two Dimensional String Problem - by NoteND - 18.04.2018, 14:12
Re: Two Dimensional String Problem - by Eoussama - 18.04.2018, 14:26
Re: Two Dimensional String Problem - by NoteND - 18.04.2018, 14:35

Forum Jump:


Users browsing this thread: 1 Guest(s)