14.10.2012, 13:42
Return 1.
Ex:
You didin't add this part "return 1;".
Ex:
PHP код:
CMD:gate(playerid,params[])
{
if(IsPlayerInRangeOfPoint(playerid, 8, 2096.3513, 1279.2029, 11.4749))
{
SendClientMessage(playerid, Lime, "Use /password [Gate Password] to open the gate!");
passwordtrue=1;
}
return 1;
}