[FilterScript] Rcon car cmds
#1

pawn Код:
#include <zcmd> //if u wanna edit u will need 2 download / recompile
#include <foreach> //if u wanna edit u will need 2 download / recompile
pawn Код:
CMD:rconcars(playerid,params[])
    {
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOR_GREY,"Access Denied");
    SendClientMessage(playerid,green,"/teoff-turn engine of all unused cars off");
    SendClientMessage(playerid,green,"/unlockcars - unlock all unused cars");
    SendClientMessage(playerid,green,"/respawncars - respawn all unused cars");
    SendClientMessage(playerid,green,"/tloff - shuts off all unused car lights");
    SendClientMessage(playerid,green,"/closetrunks - closes all left open trunks with no drive");
    SendClientMessage(playerid,green,"/closehoods - closes all left open unused car hoods");
    return 1;
    }
Simple, this iz for server where players going around locking random vehicles
Download link:Rcon Cars Download<< new link
Reply
#2

correct:

pawn Код:
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOR_GREY,"Access Denied");
Reply
#3

lolz thanx i forgot to put the ! for that 1 cmd :d the rest iz normal though
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)