22.07.2011, 17:17
Hello, so I have 2 errors, I've installed TheKiller's house system
http://forum.sa-mp.com/showthread.ph...ghlight=Houses
So uhm, the errors are:
LINE 198:
LINE 2623:
So how can I fix that please
?
http://forum.sa-mp.com/showthread.ph...ghlight=Houses
So uhm, the errors are:
pawn Код:
D:\SA-MP PROJECT\samp03csvr_R2-2_win32\gamemodes\project.pwn(198) : error 017: undefined symbol "strtok"
D:\SA-MP PROJECT\samp03csvr_R2-2_win32\gamemodes\project.pwn(2623) : error 021: symbol already defined: "Pname"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
pawn Код:
#pragma unused strtok
pawn Код:
new Pname[24]; GetPlayerName(playerid, Pname, 24);
![Smiley](images/smilies/smile.png)