SA-MP Forums Archive
[HELP]ERROR - 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)
+--- Thread: [HELP]ERROR (/showthread.php?tid=568794)



[HELP]ERROR - Mya - 25.03.2015

Hi,
i got 2 problem with my AFK system, someone please help me

this is error
Код:
error 001: expected token: ";", but found "new"
this is the code
Код:
new name[MAX_PLAYER_NAME];
and
Код:
error 035: argument type mismatch (argument 2)
this is the code
Код:
SetPlayerColor(playerid, COLOR_BLACK);
Thanks. And Please Help Me


Re: [HELP]ERROR - De4dpOol - 25.03.2015

Show us the above line. You missed a ";"


Re: [HELP]ERROR - Mya - 25.03.2015

Quote:
Originally Posted by De4dpOol
Посмотреть сообщение
Show us the above line. You missed a ";"
LoL, 1 error already fixed
Код:
error 001: expected token: ";", but found "new"
thanks De4dpOol


Re: [HELP]ERROR - CalvinC - 25.03.2015

Show how you define COLOR_BLACK.


Re: [HELP]ERROR - Mya - 25.03.2015

Quote:
Originally Posted by CalvinC
Посмотреть сообщение
Show how you define COLOR_BLACK.
This is CalvinC
Код:
#define COLOR_BLACK "{0E0101}"



Re: [HELP]ERROR - CalvinC - 25.03.2015

You have to use it like etc. "0x0E0101FF", not just 0E0101.


Re: [HELP]ERROR - Mya - 25.03.2015

Quote:
Originally Posted by CalvinC
Посмотреть сообщение
You have to use it like etc. "0x0E0101FF", not just 0E0101.
Fixed !! thanks to De4dpOol And CalvinC