invalid function or declaration and Prototype Help Please :C
#4

pawn Код:
if(strcmp(cmd, "/opengate", true) == 0)
{
MoveObject(Gate, 1590, -1638, 8.8999996185303, 1);
// That will move our gate at relatively low speed: 3
return 1;
}
if(strcmp(cmd, "/closegate", true) == 0)
{
MoveObject(Gate, 1590, -1638, 15.199999809265, 1);
// That will move our gate at relatively low speed: 3
return 1;
}
@Edit, sorry, the user reply very faast!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)