21.08.2010, 09:06
Anyone knows if there exist this fuctions? IsPlayerInAnyCar(playerid),IsPlayerInAnyBike(playe rid),IsPlayerNearNPC(playerid,npcid)
IsPlayerInAnyVehicle(playerid);
new Float:x,Float:y,Float:z;
GetPlayerPos(NPCNAMEHERE,x,y,z);
IsPlayerInRangeOfPoint(playerid,3,x,y,z);
new Float:x,Float:y,Float:z; GetPlayerPos(NPCNAMEHERE,x,y,z); IsPlayerInRangeOfPoint(playerid,3,x,y,z);
new Float:x,Float:y,Float:z; GetPlayerPos("NPCNAMEHERE",x,y,z); IsPlayerInRangeOfPoint(playerid,3,x,y,z);