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
#2

Ye Its seem's to Work Fine
Have you tested It?
Reply
#3

Yes now thanks anyways.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)