Pawno help. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (
https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Pawno help. (
/showthread.php?tid=445491)
Pawno help. -
GreenSt4lker - 21.06.2013
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;
}
Re: Pawno help. -
Sulps - 21.06.2013
Ye Its seem's to Work Fine
Have you tested It?
Re: Pawno help. -
GreenSt4lker - 21.06.2013
Yes now thanks anyways.