SA-MP Forums Archive
Help Whats Wrong? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help Whats Wrong? (/showthread.php?tid=220526)



Help Whats Wrong? - OoAMoO - 03.02.2011

I NEVER ADDED
Код:
#define COLOR_ORANGE 0xFF9900AA
On top of the Script


Re: Help Whats Wrong? - randomkid88 - 03.02.2011

You need to make a different variable for the name.
pawn Код:
new string[128], name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name));