I have a coding problem
#2

Your problem is because you are defining the following macros:
Код:
#define Spawn
#define WritePlayer
But nothing is assigned to them. It looks like you can just remove #define Spawn to solve one of the errors, but it looks like something should be assigned to Writeplayer. See the following wiki article for more info about #define: https://sampwiki.blast.hk/wiki/Keywords:...ives#.23define
Reply


Messages In This Thread
I have a coding problem - by Mikibey - 02.06.2012, 04:58
Re: I have a coding problem - by Scott - 02.06.2012, 05:05
Re: I have a coding problem - by ReneG - 02.06.2012, 05:09
Re: I have a coding problem - by Mikibey - 02.06.2012, 05:21
Re: I have a coding problem - by Niko_boy - 02.06.2012, 07:44

Forum Jump:


Users browsing this thread: 1 Guest(s)