A litttle help.
#1

OK I get these errors

Код:
error 004: function "OnPlayerEnterCity" is not implemented
error 004: function "OnPlayerExitCity" is not implemented
That means its not forwarded right? So I have this...

pawn Код:
forward OnPlayerEnterCity(playerid,cityid);
forward OnPlayerExitCity(playerid,cityid);
I can keep re-typing it and it still don't work. Someone help?
Reply
#2

And do you actually have the function? Just forwarding is not enough.
Reply
#3

hmm never thought of that
Reply
#4

Quote:
Originally Posted by willsuckformoney
Посмотреть сообщение
hmm never thought of that
*bump* sry
Reply
#5

fixed it, needed theses...

pawn Код:
public OnPlayerEnterCity(playerid,cityid)
{
    return 1;
}

public OnPlayerExitCity(playerid,cityid)
{
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)