I need some cmds and system+help.
#1

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.
Reply
#2

thats easy commands ... ur High-roller man!!!!!
Reply
#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
#4

Not for admin... /at400 or all..
Reply
#5

pawn Код:
CMD:plane(playerid,params[])
{
         //if(!IsPlayerAdmin(playerid))return 0; Commenting the line wont be read the compiler ...
         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;
}
Reply
#6

what is this?
Код:
[05:51:42] [debug] Run time error 19: "File or function is not found"
[05:51:42] [debug]  SSCANF_Init
[05:51:42] [debug]  SSCANF_Join
[05:51:42] [debug]  SSCANF_Leave
[05:51:42] [debug]  Streamer_CallbackHook
[05:51:42] [debug] Run time error 19: "File or function is not found"
[05:51:42] [debug]  SSCANF_Init
[05:51:42] [debug]  SSCANF_Join
[05:51:42] [debug]  SSCANF_Leave
[05:51:42] [debug]  Streamer_CallbackHook
[05:51:42] Script[gamemodes/18WoS.amx]: Run time error 19: "File or function is not found"
[05:51:42] Number of vehicle models: 0
Reply
#7

OMG, i wonder how you got the status as High Roller, when you can do such a simple thing.

Quote:

[05:51:42] [debug] Run time error 19: "File or function is not found"
[05:51:42] [debug] SSCANF_Init
[05:51:42] [debug] SSCANF_Join
[05:51:42] [debug] SSCANF_Leave
[05:51:42] [debug] Streamer_CallbackHook
[05:51:42] [debug] Run time error 19: "File or function is not found"
[05:51:42] [debug] SSCANF_Init
[05:51:42] [debug] SSCANF_Join
[05:51:42] [debug] SSCANF_Leave
[05:51:42] [debug] Streamer_CallbackHook
[05:51:42] Script[gamemodes/18WoS.amx]: Run time error 19: "File or function is not found"
[05:51:42] Number of vehicle models: 0

LOOK AT IT. THERE IS YOUR SOLUTION FFS. You got errors -.-"
Reply
#8

So what if i'm a higher roller? I'm not a pro scripter. I'm a mapper.
Reply
#9

You get high roller accordingly to his posts, he might've contributed his mapping on mapping section no wonder why he got such a decent reputation, you guys should stop being rude and help him instead.

OT :
Tuntun have you make sure you got all the plugins set up?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)