02.03.2011, 23:23
Hi all, i have create an admin script with this tutorial.
but when i compile the fs i have this 5 errors.
\AdminScript.pwn(202) : error 010: invalid function or declaration
\AdminScript.pwn(284) : error 010: invalid function or declaration
\AdminScript.pwn(285) : error 010: invalid function or declaration
\AdminScript.pwn(331) : error 047: array sizes do not match, or destination array is too small
\AdminScript.pwn(334) : error 047: array sizes do not match, or destination array is too small
Line 202 :
Line 284 :
Line 285 :
Line 331 :
Line 334 :
I'm a Beginner (Noob) Scripter with pawno xD
Anyone can help me?
Thanks.
but when i compile the fs i have this 5 errors.
\AdminScript.pwn(202) : error 010: invalid function or declaration
\AdminScript.pwn(284) : error 010: invalid function or declaration
\AdminScript.pwn(285) : error 010: invalid function or declaration
\AdminScript.pwn(331) : error 047: array sizes do not match, or destination array is too small
\AdminScript.pwn(334) : error 047: array sizes do not match, or destination array is too small
Line 202 :
Код:
if(gPlayerInfo[playerid][PLAYER_REGGED] == 0)
Код:
if(gPlayerInfo[playerid][PLAYER_REGGED] == 1)
Код:
return SendClientMessage(playerid, COLOUR_ORANGE, "ERROR: You have already registered!");
Код:
tmp = strtok(params, index);
Код:
tmp2 = strtok(params, index);
Anyone can help me?
Thanks.