score help
#1

How i can make the score when ill do something to increase +1 im trying with setplayerscore but it makes alwaus one... :/
Thanks.
Reply
#2

I'm sorry, but i can't understand what your asking here.
Reply
#3

pawn Код:
SetPlayerScore(playerid,GetPlayerScore(playerid) +1);
Reply
#4

pawn Код:
SetPlayerScore(playerid, GetPlayerScore(playerid) + 1);
That will add to the players score or you can use this define

pawn Код:
#define GivePlayerScore(%1, %2) SetPlayerScore(%1, GetPlayerScore(%1) + %2);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)