01.04.2009, 20:51
I have added all correct ... In time to make the command to open the gate i /fail
I want only admins with level 50000 to open the gate
The command is:
PAWN Code:
Dont work
I want only admins with level 50000 to open the gate
The command is:
PAWN Code:
Quote:
//--------------------------[Pavelic Gate------------------------------------// if(!strcmp(cmdtext, "/openpavelicgate", true)) { if(PlayerInfo[playerid][pAdmin] == 1339) { MoveObject(pavelicgate,326.3566, -1183.8431, 76.5650, 5); SetTimer("GateClose", 3000, 0); SendClientMessage(playerid, 0x00D9D9FF,"The Gate Is opened and WILL CLOSE IN 5 SEC =>HURRY<="); return 1; } return 0; } |