02.08.2011, 00:09
well its simple just u need to download zcmd cause im using that with all commands...
pawn Code:
CMD:fdgate 1(playerid,params[])
{
MoveObject(playerid, x,y,z);
return 1;
}
CMD:fdgate 2(playerid,params[])
{
MoveObject(playerid, x,y,z);
return 1;
}
CMD:fdgate 3(playerid,params[])
{
MoveObject(playerid, x,y,z);
return 1;
}
CMD:fdgate(playerid,params[])
{
SendClientMessage(playerid,COLOR_RED,"Usage: /fdgate[1-5]");
return 1;
}