Really dumb error.
#1

So I got the GarHouse system and I got my server-sided cash. Problem is, I can't link those two, because of this one really really stupid error:

pawn Code:
(59) : error 017: undefined symbol "CallRemoteFunction"
(59) : warning 215: expression has no effect
(59) : warning 215: expression has no effect
(59) : warning 215: expression has no effect
(59) : warning 215: expression has no effect
(59) : error 001: expected token: ";", but found ")"
(59) : error 029: invalid expression, assumed zero
(59) : fatal error 107: too many error messages on one line
Undefined symbol "CallRemoteFunction"? I know right?

And here is what I'm trying to do:
pawn Code:
SafeGivePlayerMoney(playerid, money)
{
    return CallRemoteFunction("GivePlayerCash","i",playerid, money);
}
#define GivePlayerCash SafeGivePlayerMoney
Line 59 is:
pawn Code:
return CallRemoteFunction("GivePlayerCash","i",playerid, money);
Can somebody help me? I've been browsing the internet for half an hour because of this problem now and I'm really angry, because this error is stopping my progress with the server.
Reply


Messages In This Thread
Undefined symbol "CallRemoteFunction" - by Gytis0 - 15.06.2012, 14:36
Re: Really dumb error. - by Gytis0 - 15.06.2012, 16:38
Re: Really dumb error. - by WillyP - 15.06.2012, 18:14
Re: Really dumb error. - by Gytis0 - 15.06.2012, 18:20
Re: Really dumb error. - by [KHK]Khalid - 15.06.2012, 19:12
Re: Really dumb error. - by Gytis0 - 15.06.2012, 19:20
Re: Really dumb error. - by Gytis0 - 16.06.2012, 20:14
Re: Really dumb error. - by justinnater - 16.06.2012, 22:27
Re: Really dumb error. - by Gytis0 - 16.06.2012, 22:36

Forum Jump:


Users browsing this thread: 1 Guest(s)