C:\Users\Gigi\Desktop\America Life\gamemodes\AvangardRolePlay.pwn(47261) : warning 217: loose indentation C:\Users\Gigi\Desktop\America Life\gamemodes\AvangardRolePlay.pwn(47265) : warning 202: number of arguments does not match definition C:\Users\Gigi\Desktop\America Life\gamemodes\AvangardRolePlay.pwn(47272) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Warnings.
if(strcmp(cmdtext, "/openbomj", true)) // { { if (PlayerToPoint(15, playerid,1169.6000000,-1742.0000000,12.4000000)) MoveObject (Bomj, 1169.6000000,-1742.0000000,9.1000000); SetTimer ("Bomjebi", 6000, 0); SendClientMessage(playerid, COLOR_RED," {1e90ff}Chishkari Giaa,Daiketba 20 Wamis Ganmavlobashi"); } return 1; } if(!strcmp(cmdtext, "/opensfpd", true))
if(strcmp(cmdtext, "/openbomj", true)) //
{
if(PlayerToPoint(15, playerid,1169.6000000,-1742.0000000,12.4000000))
{
MoveObject (Bomj, 1169.6000000,-1742.0000000,9.1000000);
SetTimer ("Bomjebi", 6000, 0);
SendClientMessage(playerid, COLOR_RED," {1e90ff}Chishkari Giaa,Daiketba 20 Wamis Ganmavlobashi");
}
return 1;
}
C:\Users\Gigi\Desktop\America Life\gamemodes\AvangardRolePlay.pwn(47265) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
MoveObject (Bomj, 1169.6000000,-1742.0000000,9.1000000);
MoveObject (Bomj, 1169.6000000,-1742.0000000,9.1000000, 2.0);
it works the gate is opening with H key but idk why and it didnt close ..
also i give u all guys +rep |
public OnObjectMoved(objectid) { return 1; }
forward bombjebi();
public bombjebi()
{
MoveObject (Bomj, X,Y,Z, 2.0);
return 1;
}