20.11.2011, 10:28
hey there!
can you please made this Commands only for admins level 9 and 10?
Thanks alot
can you please made this Commands only for admins level 9 and 10?
Quote:
if (strcmp("/opengate", cmdtext, true, 10) == 0) { MoveObject(gate,1627.48156738,641.35876465,5.56952 858, 3.0); GameTextForPlayer(playerid, "~w~Gate opened, Welcome", 5000, 5); return 1; } if (strcmp("/closegate", cmdtext, true, 10) == 0) { MoveObject(gate,1627.47692871,641.25878906,13.8192 3294, 3.0); GameTextForPlayer(playerid, "~w~Gate close, Goodbye", 5000, 5); return 1; } |