Posts: 156
Threads: 46
Joined: Jul 2010
Reputation:
0
Look , on my OnPlayerDeath I have put many things like setplayerscore(playerid..or setplayerscore(killerid ... and some other variables like kills and deaths.. deaths[playerid]++; and kills[killerid]++..and if i put anything else underneath them .. nothing will work ... or if i put any code before thse lines , the score thingy wont work ... anyone could help me ?
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
Show us your OnPlayerDeath code, in pawn tags...
[ pawn ] and [ /pawn] - without the spaces
Posts: 409
Threads: 40
Joined: May 2009
Reputation:
0
What have you tried to do?
Thinking of it I might make a tutorial of making different simple things like these...
Posts: 1,130
Threads: 77
Joined: Jan 2010
Reputation:
0
Yep, I have the same problem.
Posts: 253
Threads: 15
Joined: Jul 2006
Reputation:
0
What is "Balla" defined as? Also "theclass[playerid]" is that, new theclass[MAX_PLAYERS]?
Posts: 156
Threads: 46
Joined: Jul 2010
Reputation:
0
balla is defined as 1 .. you know #define Balla 1 and thelcas is new theclass[max_players]..