Problem With Admin Script.
#1

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 :

Код:
if(gPlayerInfo[playerid][PLAYER_REGGED] == 0)
Line 284 :

Код:
if(gPlayerInfo[playerid][PLAYER_REGGED] == 1)
Line 285 :

Код:
return SendClientMessage(playerid, COLOUR_ORANGE, "ERROR: You have already registered!");
Line 331 :

Код:
tmp = strtok(params, index);
Line 334 :

Код:
tmp2 = strtok(params, index);
I'm a Beginner (Noob) Scripter with pawno xD

Anyone can help me?

Thanks.
Reply


Messages In This Thread
Problem With Admin Script. - by Manuwar - 02.03.2011, 23:23
Re: Problem With Admin Script. - by YungGee - 03.03.2011, 02:58
Re: Problem With Admin Script. - by Manuwar - 03.03.2011, 08:47

Forum Jump:


Users browsing this thread: 2 Guest(s)