Got errors.
#5

Your errors :

1. C:\Users\Jot\Desktop\SAMP Server\filterscripts\House.pwn(4) : error 017: undefined symbol "strtok"

You used #pragma unused strtok

And you use it below that code, it means strtok is now unused, and cannot be used.

2. C:\Users\Jot\Desktop\SAMP Server\filterscripts\House.pwn(111) : error 021: symbol already defined: "Pname"

Your variable ( Pname ) is already defined, this can happens like :

pawn Код:
// OnPlayerConnect
new PName;
if ( playerid == 1 ) { new PName; }
Errors will come, the variable is already defined before.
Reply


Messages In This Thread
Got errors. - by jot16 - 01.08.2011, 06:26
Re: Got errors. - by Shockey HD - 01.08.2011, 06:30
Re: Got errors. - by Cypress - 01.08.2011, 06:31
Re: Got errors. - by jot16 - 01.08.2011, 12:35
Re: Got errors. - by Basicz - 01.08.2011, 12:42

Forum Jump:


Users browsing this thread: 1 Guest(s)