21.03.2008, 19:09
Hi draco =P!
I'm a begginer in this =P and i'm trying scripting fo 3 days xD
But i'm undertanding slowly... =P
Well, the thing is that i'm trying this code... But i recibe errors...
Well i search that wymbols, and i found them before 2 times...
First:
And after:
So i replace the first for the second...
But i have errors too... =(
Sorry for my english. Im from Argentina =)
Tanks since now ^^
I'm a begginer in this =P and i'm trying scripting fo 3 days xD
But i'm undertanding slowly... =P
Well, the thing is that i'm trying this code... But i recibe errors...
Код:
C:\ARCHIV~1\ROCKST~1\GTASAN~1\FILTER~1\rswbs.pwn(59) : error 010: invalid function or declaration C:\ARCHIV~1\ROCKST~1\GTASAN~1\FILTER~1\rswbs.pwn(88) : error 021: symbol already defined: "OnPlayerConnect" C:\ARCHIV~1\ROCKST~1\GTASAN~1\FILTER~1\rswbs.pwn(93) : error 021: symbol already defined: "OnPlayerCommandText" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.
First:
Код:
public OnPlayerCommandText(playerid,cmdtext[]) { return false; } public OnPlayerConnect(playerid) { return false; }
Код:
public OnPlayerConnect(playerid) { PLAYERLIST_authed[playerid]=false; return false; } public OnPlayerCommandText(playerid,cmdtext[]) { dcmd(login,5,cmdtext); // because login has 5 characters dcmd(register,8,cmdtext); // because register has 8 characters return false; }
But i have errors too... =(
Код:
C:\ARCHIV~1\ROCKST~1\GTASAN~1\FILTER~1\rswbs.pwn(18) : error 017: undefined symbol "PLAYERLIST_authed" C:\ARCHIV~1\ROCKST~1\GTASAN~1\FILTER~1\rswbs.pwn(63) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
Tanks since now ^^