Help with the [HIC]TheKiller's house system
#1

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:

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.
LINE 198:
pawn Код:
#pragma unused strtok
LINE 2623:
pawn Код:
new Pname[24]; GetPlayerName(playerid, Pname, 24);
So how can I fix that please ?
Reply
#2

Remove
pawn Код:
#pragma unused strtok
and Pname is already defined, you should delete one.
Reply
#3

Alright Deleted one, and removed that Thanks a lot Gazmull!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)