#1

How can i make when someone connect it gives him +1 score?
_______________________
My jobs HCatcher
1-3$ fix warnings 1-5$fix errors
6-15$ make gamemodes(not roleplay) 3-10$ make filterscripts-scriptfiles
Dont ASK! me RolePlay questions
www.mefreeroam.tk
Reply
#2

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

OnPlayerConnect(playerid)
{
SetPlayerScore(playerid,GetPlayerScore(playerid)+1 );
return 1;
}

Something like this i think.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)