19.04.2009, 15:41
Hello,
I want a players score to go up 1 point every 30 seconds then in a certain car (car1)
I have part of the code but not the timer bit.
This is the code i have so far:
Can anyone help me please
I want a players score to go up 1 point every 30 seconds then in a certain car (car1)
I have part of the code but not the timer bit.
This is the code i have so far:
pawn Код:
if(IsPlayerInVehicle(playerid, car1))
SetPlayerScore(playeridid, GetPlayerScore(playerid) + 1);