How can i
#2

Check the OnPlayerConnect callback and write something like this :

pawn Код:
if(GetPlayerScore(playerid) == 0)
{
    SetPlayerScore(playerid, 10);
    return 1;
}
This will check if the player has lvl 0(just joined) and it will set the player's score to 10 .
Reply


Messages In This Thread
How can i - by gonzalo120 - 02.11.2013, 18:03
Re: How can i - by rappy93 - 02.11.2013, 18:46
Respuesta: How can i - by gonzalo120 - 02.11.2013, 18:59
Re: How can i - by rappy93 - 02.11.2013, 20:00
Respuesta: How can i - by gonzalo120 - 02.11.2013, 20:57
Re: Respuesta: How can i - by Elie1996 - 02.11.2013, 21:01

Forum Jump:


Users browsing this thread: 1 Guest(s)