03.03.2012, 14:38
Hello,
I want if a player enters a x,y,z i've got this but where do I put it?
if(IsPlayerInRangeOfPoint, playerid, x,y,z);
format(szMessage, sizeof(szMessage), "(Group) "EMBED_WHITE, "Check your /checkbase.", szPlayerName);
SendToGroup(playerVariables[extraid][pGroup], COLOR_COOLBLUE, szMessage);
so if a player enters the range of point it notifies us auto matically
I want if a player enters a x,y,z i've got this but where do I put it?
if(IsPlayerInRangeOfPoint, playerid, x,y,z);
format(szMessage, sizeof(szMessage), "(Group) "EMBED_WHITE, "Check your /checkbase.", szPlayerName);
SendToGroup(playerVariables[extraid][pGroup], COLOR_COOLBLUE, szMessage);
so if a player enters the range of point it notifies us auto matically