02.12.2009, 13:33
that will only work for ID 0:
this is what you do
for every playerid you add change it to i
this is what you do
pawn Код:
public CheckPlayerPos(playerid)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerInRangeOfPoint(i, Float:range, Float:x, Float:y, Float:z)
{
// The DialogShow code here.
}
return 1;
}