10.12.2010, 17:19
(
Последний раз редактировалось Thomas_A; 10.12.2010 в 18:07.
)
Quote:
|
(38173) : warning 202: number of arguments does not match definition (38173) : warning 202: number of arguments does not match definition (38173) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Warnings. |
Код:
if(strcmp(cmdtext, "/gate", true) == 0)
{
if(IsPlayerInRangeOfPoint(playerid,9,1588.3058,-1637.9652,13.4227))
{ //FBI GATE
if(!IsACop(playerid)) return SendClientMessage(playerid,COLOR_GREY," You are not a FBI !");
if(fbigategar==0)
{
fbigategar = 1;
MoveObject(fbigatefencegateobj, 989, 1761.3353271484, -1697.4375, 14.244383811951, 0, 0, 198);
}
}
return 1;
}
EDIT:
got it working kind of :/
[ame]http://www.youtube.com/watch?v=0NVyDNYBgaQ[/ame]

