11.03.2012, 01:15
Код:
C:\Users\HCC\Desktop\Linux-Server\gamemodes\vx-rp.pwn(6023) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
if(IsPlayerInRangeOfPoint(playerid, 10.0, x, y, z))
{
SendClientMessage(playerid, COLOR_PURPLE, " %s Has Used Their Authorization Card To Open The Door" , szPlayerName);
}
}
}