:::Commmands in my gamemode, how? (Who can help me ???):::
#1

I have a question
Can anybody make the police commands: /cuff [ID] ,/arrest [ID] ,/stun ,/ticket [ID] [AMOUT] [REASON] in my gamemode.
I do not know how to make the commands in my gamemode.

Can anybody please do that for me?? (everythink you need is under this message in the .rar file)
If you will do that for me: thanks! (i really need this)

Battleman (srry for my bad english)

My mail adres: mva0001@hotmail.com (If you have place the commands in my gamemode, can you then it send to me back?)

----------
This is all what you need:http://www.megaupload.com/?d=K4JG692S ( server + code commands)
Reply
#2

Script Request thread.
Also take a quick /cuff
pawn Код:
if(!strcmp(cmd,"/cuff",true))
{
cmd=strtok(cmdtext,idx);
if(!strlen(cmd)) return SendClientMEssage(playerid,COLOR_GREY,"USAGE: /cuff playerid");
id=ReturnUser(cmd);
if(!IsPlayerConnected(id)) return SendClientMessage(playerid,COLOR_GREY,"Invalid player id.");
TogglePlayerControllable(id,0);
GameTextForPlayer(id, "~y~ hand cuffs!",2500,3);
return true;
}
Reply
#3

Quote:
Originally Posted by MenaceX^
Script Request thread.
Also take a quick /cuff
pawn Код:
if(!strcmp(cmd,"/cuff",true))
{
cmd=strtok(cmdtext,idx);
if(!strlen(cmd)) return SendClientMEssage(playerid,COLOR_GREY,"USAGE: /cuff playerid");
id=ReturnUser(cmd);
if(!IsPlayerConnected(id)) return SendClientMessage(playerid,COLOR_GREY,"Invalid player id.");
TogglePlayerControllable(id,0);
GameTextForPlayer(id, "~y~ hand cuffs!",2500,3);
return true;
}
The commandos sit already in the .rar file
I don't know how to make the commands in the server
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)