[Include] [INC]BFX Easy Icons - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] [INC]BFX Easy Icons (
/showthread.php?tid=66029)
[INC]BFX Easy Icons -
BlackFoX - 18.02.2009
// BFX Easy Icons Include \\
with this include you create easy and faster enter and exit points or
command points, AutoTeleports
bCreateInfo(Icon Model,x, y, z, "Your Text"); -
Add Your Code to OnGameModeInit or OnFilterscriptInit
bAutoTeleport(Model,x, y, z, "Your Text", Destination X, Destination Y, Destination Z, Virtual World, interior);
( In AutoTeleport you can Change Interior and Virtual World, if Virtual W. 0 then the ATeleport doesnt Change Virtual World on Teleport and when Interior 0 too no Interior )
bOnPlayerPickup(pickupid,playerid); -
This must be in OnPlayerPickup ^^
bOnPlayerEnterAIcon(pickupid,playerid); -
This too to OnPlayerPickup
IsPlayerNearIcon(playerid,iID); -
this is for Normal Icon , for Example if you create Normal with bCreateInfo it have ID 1 , so
if(IsPlayerNearIcon(playerid,1)) { /*Do Something */ }
./
ownload:\.
http://www.blackfox.kilu.de/bfx_infos.rar
Mirros allowed
Re: [INC]BFX Easy Icons -
FrazZ - 03.03.2009
Maybe add a bit of a noobs tut...?

because this include is all new to me...
Re: [INC]BFX Easy Icons -
[D1zZy_vortex] - 04.03.2009
nice 1...