Posts: 98
Threads: 6
Joined: May 2011
Reputation:
0
H:\Documents and Settings\Bilawal2o5o\Desktop\XtremePlanet\gamemode s\XS.pwn(50) : error 010: invalid function or declaration
again now this
what i do in settimer
or weree mistake plz make code with compile
Posts: 98
Threads: 6
Joined: May 2011
Reputation:
0
i tell u plz make code i am fail
Posts: 1,152
Threads: 11
Joined: Feb 2010
Reputation:
0
That code I gave you compiled fine for me. Must be a different problem.
Posts: 98
Threads: 6
Joined: May 2011
Reputation:
0
i hope RUT your code work:S
Posts: 59
Threads: 9
Joined: May 2006
Reputation:
0
As Alpha said, you are neglecting to put "playerid" in your functions...
It's not:
public GiveScore()
It should be:
public GiveScore(playerid)
Same for any function...You have to pass it the information you want it to use...