18.09.2012, 12:20
(
Последний раз редактировалось Crica; 30.03.2013 в 22:55.
)
Delete
CMD:test(playerid,params[])
{
new Float:X,Float:Y,Float:Z;
GetPlayerPos(npcid,X,Y,Z);
if(IsPlayerInRangeOfPoint(playerid,5.0,X,Y,Z))
{
// The player is near the specified NPC, do your stuff here.
}
return 1;
}