21.06.2013, 15:38
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..
Second is the showing instead of levels it shows money.
First off the icon on map..
Код:
public OnPlayerConnect(playerid) { SetPlayerMapIcon(playerid, 1, -2185.1511, 2412.7346, 5.1563, 9, 0 ); return 1; }
Код:
public OnPlayerUpdate(playerid) { SetPlayerScore(playerid, GetPlayerMoney(playerid)); return 1; }