23.09.2009, 22:35
I got objects to move befor.. but now? They won't? heres the command:
and so.. thats the code.. when i type /opengate, all it says is You opening the Police Department gate, and then, under that, it says SERVER: Unknown command??
Please help,
Quote:
//------------------------------------------------------------------------------------- if(strcmp(cmd, "/opengate", true) == 0) { if(PlayerInfo[playerid][pLeader] == 1|| PlayerInfo[playerid][pMember] == 1) { MoveObject(PDGATE, 1602.288940, -1638.424194, 13.113057); SendClientMessage(playerid,COLOR_GREEN, "You opening the Police Department Gate"); } else { SendClientMessage(playerid, COLOR_RED, "You are not a Police Officer!"); } return 1; } |
Please help,