22.01.2012, 02:26
How can i check Player Position On Each Object Like This
New Float:FX, Float:FY, Float:FZ;
if(IsPlayerInRangeOfPoint(playerid,5.0 ,FX,FY,FZ)) == FMOS1 && FMOS2 ;
Will That Work Cause i have about 12 Objects i want to Check Simultaneously
To see if player Is Near that Object.. There all In different Cordinates
New Float:FX, Float:FY, Float:FZ;
if(IsPlayerInRangeOfPoint(playerid,5.0 ,FX,FY,FZ)) == FMOS1 && FMOS2 ;
Will That Work Cause i have about 12 Objects i want to Check Simultaneously
To see if player Is Near that Object.. There all In different Cordinates

