I need some cmds and system+help.
#3

Quote:
Originally Posted by Tuntun
Посмотреть сообщение
Can someone give me that "AT400" Command to get in the at400? and there is possible/there is any command to add vehicles from server and if we use /respawnvehicles it won't lost from where did i park?

And i need a admin chat command.
i can give you the ZCMD processors Command you can convert it after wards too if you want

pawn Код:
CMD:plane(playerid,params[])
{
         if(!IsPlayerAdmin(playerid))return 0;
         new Float:X,Float:Y,Float:Z,Float:Angle;
         GetPlayerPos(playerid,X,Y,Z);
         GetPlayerFacingAngle(playerid,Angle);
         new vehicle = CreateVehicle(577,X,Y,Z,Angle,-1,-1,5000);
         PutPlayerInVehicle(playerid,vehicle,0);//Will put in the seat of the driver
         SendClientMessage(playerid,-1,"Vehicle Created!");
         return 1;
}
And then you can modify it accordingly...
Reply


Messages In This Thread
I need some cmds and system+help. - by Tuntun - 11.11.2013, 03:39
Re: I need some cmds and system+help. - by Another1 - 11.11.2013, 03:42
Re: I need some cmds and system+help. - by -=Dar[K]Lord=- - 11.11.2013, 03:46
Re: I need some cmds and system+help. - by Tuntun - 11.11.2013, 03:49
Re: I need some cmds and system+help. - by -=Dar[K]Lord=- - 11.11.2013, 04:09
Re: I need some cmds and system+help. - by Tuntun - 11.11.2013, 05:07
Re: I need some cmds and system+help. - by CrazyChoco - 11.11.2013, 05:13
Re: I need some cmds and system+help. - by Tuntun - 11.11.2013, 05:14
Re: I need some cmds and system+help. - by DavidLuango - 11.11.2013, 05:34

Forum Jump:


Users browsing this thread: 1 Guest(s)