04.06.2011, 13:46
Quote:
its easy, you could do it on your own. everything you need is on the wiki,
you'll need to do the menu https://sampwiki.blast.hk/wiki/Creating_a_simple_Menu then when a player chooses one create a map icon for him/her https://sampwiki.blast.hk/wiki/SetPlayerMapIcon then use a timer to check if the player reached the point: https://sampwiki.blast.hk/wiki/SetTimerEx DOWNLOAD UF.INC and use GetPlayerDistanceToPoint https://sampwiki.blast.hk/wiki/Useful_Functions and last but not least, GivePlayerMoney and RemovePlayerMapIcon and KillTimer. i think thats all EDIT: and if you want to know if he flew to the point instead of drove use IsPlayerInPlane (which can be found in uf.inc as well), |
Yeap