10.09.2011, 12:44
(
Последний раз редактировалось Darnell; 10.09.2011 в 18:22.
Причина: Updating --> 1.1
)
Stocks
This include, has a few stocks, not pretty much usefull, but maybe they are for beginners.
I will not update it unless I get suggestions to add / update.
Natives
pawn Код:
// Countdown natives
native CreateCountdown(time, sound);
native CreatePlayerCountdown(playerid, time, sound);
native StopCountdown();
native StopPlayerCountdown(playerid);
// Pocket money natives
native EnablePocketMoney(amount, frequency);
native DisablePocketMoney();
native SetPocketMoneyAmount(amount);
native SetPocketMoneyFrequency(frequency);
native TogglePocketMoneyMessage(toggle);
// Random spawn natives
native AddSpawnPos(Float:X, Float:Y, Float:Z, Float:Angle, Interior, VirtualWorld);
native RandomSpawnPlayer(playerid);
// Other random natives
native SkydivePlayer(playerid, hight);
native Cardive(carid, hight);
native FlipCar(carid);
native ResprayCar(carid);
native SavePlayerPos(playerid);
native LoadPlayerPos(playerid);
// Get team player number native
GetPlayersInTeamFromMaxPlayers(teamid); //( NEW ! [ v1.1] )