Paint
#10

format(string,sizeof(string),"You have killed %s. You now have %d kills.", GetName(playerid), PlayerInfo[killerid][pPaintBallKills]);

i think This should be like this

format(string,sizeof(string),"You have killed %s. You now have %d kills.", GetPlayerName(playerid), PlayerInfo[killerid][pPaintBallKills]);

try to add GetPlayerName instead of GetName....

did you add #include <foreach> before?

Try PlayerInfo[killerid][pPaintBallKills]++
instead of
PlayerInfo[killerid][pPaintBallKills]++;
Reply


Messages In This Thread
Paint - by MariusAdv - 01.03.2018, 06:08
Re: Paint - by Jithu - 01.03.2018, 06:17
Re: Paint - by Jithu - 01.03.2018, 06:29
Re: Paint - by MariusAdv - 01.03.2018, 06:31
Re: Paint - by Jithu - 01.03.2018, 06:34
Re: Paint - by Jithu - 01.03.2018, 06:37
Re: Paint - by Jithu - 01.03.2018, 06:39
Re: Paint - by MariusAdv - 01.03.2018, 06:39
Re: Paint - by MariusAdv - 01.03.2018, 06:43
Re: Paint - by Jithu - 01.03.2018, 06:45

Forum Jump:


Users browsing this thread: 1 Guest(s)