Hello Guys i Wana Help From Command
#1

Hello Guys i Wana Help From Command where i paste this in folder name or where !
PHP код:
COMMAND:cuff(playeridparams[])
{
    new 
pIDtargetname[MAX_PLAYER_NAME], name[MAX_PLAYER_NAME], string[128];
    if(
GetPlayerSkin(playerid) == 280 && 281// Both IDs are police officer
    
{
        
GetPlayerName(pIDtargetnamesizeof(targetname));
        
GetPlayerName(playeridnamesizeof(name));
        if (
isnull(params)) return SendClientMessage(playerid, -1"Usage: /cuff <playerid>");
        
format(stringsizeof(string), "You have been cuff by Police Officer %s"name);
        
format(string,sizeof(string), "You have cuff player %s"targetname);
        
SendClientMessage(pID, -1string);
        
SendClientMessage(playerid, -1string);
        
TogglePlayerControllable(pID0); // Freezes the player. Isn't /cuff in RP, a cmd to freeze?
       
    
} else return SendClientMessage(playerid, -1"You need to have a police skin !");
    return 
1;

where i can paste it and work! And +Rep tell me
Reply


Messages In This Thread
Hello Guys i Wana Help From Command - by moustafa0550 - 17.09.2013, 19:52
Re: Hello Guys i Wana Help From Command - by Blademaster680 - 17.09.2013, 20:04
Re: Hello Guys i Wana Help From Command - by Konstantinos - 17.09.2013, 20:18
Re: Hello Guys i Wana Help From Command - by dino_d_carter - 17.09.2013, 20:18

Forum Jump:


Users browsing this thread: 1 Guest(s)