Pawno help.
#1

Alright so i just started to learn pawno scripting and i wanted to ask you if this is good..

First off the icon on map..

Код:
public OnPlayerConnect(playerid)
{
    SetPlayerMapIcon(playerid, 1, -2185.1511, 2412.7346, 5.1563, 9, 0 );
	return 1;
}
Second is the showing instead of levels it shows money.

Код:
public OnPlayerUpdate(playerid)
{
    SetPlayerScore(playerid, GetPlayerMoney(playerid));
	return 1;
}
Reply


Messages In This Thread
Pawno help. - by GreenSt4lker - 21.06.2013, 15:38
Re: Pawno help. - by Sulps - 21.06.2013, 15:44
Re: Pawno help. - by GreenSt4lker - 21.06.2013, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)