08.07.2010, 08:49
You're doing it wrong.
You're having:
The symbol ';' is used for functions like SendClientMessage, not for checking things like 'if(IsPlayerAdmin(playerid))'
The function PlayerToPoint is:
You're only filling in the 'X', the 'Y' and the 'Z', not the radius and the playerid.
Try this for example:
You're having:
pawn Код:
if PlayerToPoint(2116.6833,2416.7131,49.5234);
The function PlayerToPoint is:
pawn Код:
PlayerToPoint(Float:radi,playerid,Float:x,Float:y,Float:z;)
Try this for example:
pawn Код:
if(PlayerToPoint(10,playerid2116.6833,2416.7131,49.5234))