21.01.2010, 15:40
Heya guys.
I was a bit bored and saw SA-MP still misses a lot of functions, so I made a few simple ones, which can be very useful at times (Easy enough to make, but useful for lazy people ).
This include contains the following functions:
Download:
Solidfiles:
Pastebin: (I suggest using that)
http://pastebin.com/f497ee6a4
Installation:
Put the HidNat.inc (or however you'd like to call it) in your /pawno/includes folder (the includes folder).
Then go in your script, and put this at your includes:
#include <HidNat> (or whatever you called the file)
Enjoy!
Please report any bugs in this thread.
I was a bit bored and saw SA-MP still misses a lot of functions, so I made a few simple ones, which can be very useful at times (Easy enough to make, but useful for lazy people ).
This include contains the following functions:
Код:
GivePlayerDrunkLevel(playerid,level); SetPlayerMoney(playerid,money); GivePlayerHealth(playerid,health); GivePlayerArmour(playerid,armour); GivePlayerScore(playerid,score); GivePlayerWantedLevel(playerid,level);
Download:
Solidfiles:
Pastebin: (I suggest using that)
http://pastebin.com/f497ee6a4
Installation:
Put the HidNat.inc (or however you'd like to call it) in your /pawno/includes folder (the includes folder).
Then go in your script, and put this at your includes:
#include <HidNat> (or whatever you called the file)
Enjoy!
Please report any bugs in this thread.