08.06.2013, 14:27
(
Последний раз редактировалось Excel™; 21.02.2015 в 08:13.
)
e_static
Version 1
Update: 9 June, 2013
Description
Hello friends. This is my simple player state checker. Many scripts need function related to player states like have the player spawned OR Is the player dead or God etc... So this native helps you to do that in your script easily. All you have to do is download this include, wait just read the further instillations and steps to use this include. Thanks and remember , this is my first include.Version 1
Update: 9 June, 2013
Description
Natives
pawn Код:
/*
native IsPlayerSpawned(playerid);
native IsPlayerDead(playerid);
native IsPlayerInClassSelection(playerid);
native IsPlayerOnBike(playerid);
native IsPlayerInCar(playerid);
native IsPlayerInBoat(playerid);
native IsPlayerInHelicopter(playerid);
native IsPlayerInAircraft(playerid);
native IsPlayerAfk(playerid);
native IsPlayerInjured(playerid);
native IsPlayerGod(playerid);
native IsPlayerMale(playerid);
native IsPlayerFemale(playerid);
native IsPlayerInWater(playerid);
native IsPlayerOnLand(playerid);
*/
- IsPlayerSpawned(playerid);
- IsPlayerDead(playerid);
- IsPlayerInClassSelection(playerid);
- IsPlayerOnBike(playerid);
- IsPlayerInCar(playerid);
- IsPlayerInBoat(playerid);
- IsPlayerInHelicopter(playerid);
- IsPlayerInAircraft(playerid);
- IsPlayerAfk(playerid);
- IsPlayerInjured(playerid);
- IsPlayerGod(playerid);
- IsPlayerMale(playerid);
- IsPlayerFemale(playerid);
- IsPlayerInWater(playerid);
- IsPlayerOnLand(playerid);
Download
PasteBin
PasteBin