SA-MP Forums Archive
[Include] Functions.inc || Some Functions. - 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] Functions.inc || Some Functions. (/showthread.php?tid=547083)



Functions.inc || Some Functions. - HY - 20.11.2014

Natives:

pawn Код:
native SetPlayerHeight(playerid, height);
native SpawnVehicles();
native SetAllPos(Float:x, Float:y, Float:z);
native SetAllSkin(skinid);
native SetAllCheckpoint(Float:X, Float:Y, Float:Z);
native SetAllTime(hour, minute);
Download:

Functions.inc [SOLIDFILES]

Install:

pawn Код:
#include <a_samp>
#include <Functions>



Re: Functions.inc || Some Functions. - dominik523 - 20.11.2014

IMO, this functions are not for include. You could post this in useful functions thread. It's nice that you are trying to release includes but still..


Re: Functions.inc || Some Functions. - LorDWarS - 20.11.2014

:O include too simple, you can create by macro. (i dont see it, give me pastebin)


Re: Functions.inc || Some Functions. - Sparke - 20.11.2014

Pretty useful Imo thanks for sharing


Re: Functions.inc || Some Functions. - codectile - 22.11.2014

Can you please upload your raw code ?