Function

Name: Function
Description: A selection of useful functions to get the most out of your gamemode.
Credits: WeeDarr
Downloads:
Raw code: http://weedarr.pastebin.com/f7c8e79ac
.inc: http://solidfiles.com/d/57d

Current functions

native AddNos(playerid);
native AddHydralics(playerid);
native FixCar(playerid);
native FlipCar(playerid);
native LockCar(playerid);
native UnlockCar(playerid);
native WipeChat();
native WipeChatCMD(playerid);
native UsePhone(playerid);
native HangUp(playerid);
native SetPlayerPosEx(playerid,Float:x,Float:y,Float:z,Float:a,interior,world);
native Reset(playerid);
native SetVehiclePosEx(playerid,Float:x,Float:y,Float:z,Float:a,interior,world);
native GivePlayerHealth(playerid, Float:health);

Back | Home