Scores
#8

Show us your codes?
Why wouldn't it compile?
If you want it to give 50000 on player connect, use this:
pawn Код:
public OnPlayerConnect(playerid)
{
SetPlayerScore(playerid, GetPlayerScore(playerid) +50000);
return 1;
}
Or
pawn Код:
public OnPlayerConnect(playerid)
{
SetPlayerScore(playerid, 50000);
return 1;
}
Hope it helped.
Reply


Messages In This Thread
Scores - by Abanob - 11.07.2013, 18:45
Re: Scores - by Abanob - 11.07.2013, 19:28
Re: Scores - by Areax - 11.07.2013, 19:47
Re: Scores - by Abanob - 11.07.2013, 19:49
Re: Scores - by Konstantinos - 11.07.2013, 19:53
Re: Scores - by Abanob - 11.07.2013, 20:07
Re: Scores - by Konstantinos - 11.07.2013, 20:10
Re: Scores - by JimmyCh - 11.07.2013, 20:14
Re: Scores - by Konstantinos - 11.07.2013, 20:16
Re: Scores - by JimmyCh - 11.07.2013, 20:19

Forum Jump:


Users browsing this thread: 1 Guest(s)