Got poblems with /siren
#12

Code:
new Sirenobj[MAX_PLAYERS];
PHP Code:
    if(strcmp(cmd"/siren"true) == 0)
    {
        if(
PlayerInfo[playerid][pMember] == || PlayerInfo[playerid][pLeader] == || PlayerInfo[playerid][pMember] == || PlayerInfo[playerid][pLeader] == 2)
        {
            new 
siren[65];
            new 
VID GetPlayerVehicleID(playerid);
            
tmp strtok(cmdtextidx);
            if(!
strlen(tmp))
            {
                
SendClientMessage(playeridCOLOR_GREY"USAGE: /siren [inside, roof, nothing]");
                
SendClientMessage(playeridCOLOR_GREY"[INFO]: 'nothing' will remove the item from your vehicle!");
                return 
1;
            }
            
strmid(sirentmp0strlen(cmdtext), 255);
            if(
strcmp(siren"inside"truestrlen(siren)) == 0)
            {
                if(
Sirenobj[playerid] != INVALID_OBJECT_ID)
                {
                    if(
VID != 426) { return SendClientMessage(playeridCOLOR_LIGHTRED"You need to be in a Premier"); } // If he's not in a Premier...
                    
GetPlayerName(playeridsendernamesizeof(sendername));
                    
Sirenobj[playerid] = CreateObject(1864610.010.010.0000);
                    
AttachObjectToVehicle(Sirenobj[playerid], VID0.00.750.2750.00.10.0);
                    
format(stringsizeof(string), "%s puts the siren on the dashboard."sendername);
                    
ProxDetector(30.0playeridstringCOLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
                } else { return 
SendClientMessage(playeridCOLOR_GREY"[INFO]: You do already have a siren..."); }
            }
            else if(
strcmp(siren"roof"truestrlen(siren)) == 0)
            {
                if(
Sirenobj[playerid] != INVALID_OBJECT_ID )
                {
                    if(
VID != 426) { return SendClientMessage(playeridCOLOR_LIGHTRED"You need to be in a Premier"); } // If he's not in a Premier...
                    
GetPlayerName(playeridsendernamesizeof(sendername));
                    
Sirenobj[playerid] = CreateObject(1864610.010.010.0000);
                    
AttachObjectToVehicle(Sirenobj[playerid], VID, -0.430.00.7850.00.10.0);
                    
format(stringsizeof(string), "%s puts the siren on the roof."sendername);
                    
ProxDetector(30.0playeridstringCOLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
                } else { return 
SendClientMessage(playeridCOLOR_GREY"[INFO]: You do already have a siren..."); }
            }
            else if(
strcmp(siren"nothing"truestrlen(siren)) == 0)
            {
                
GetPlayerName(playeridsendernamesizeof(sendername));
                
DestroyObject(Sirenobj[playerid]);
                
format(stringsizeof(string), "%s takes down the siren."sendername);
                
ProxDetector(30.0playeridstringCOLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
            }
        }
        return 
1;
    } 
Reply


Messages In This Thread
Got poblems with /siren - by rooney12 - 25.06.2011, 20:10
Re: Got poblems with /siren - by Wesley221 - 25.06.2011, 20:24
Re: Got poblems with /siren - by rooney12 - 25.06.2011, 20:26
Re: Got poblems with /siren - by Armqus_FIN - 25.06.2011, 20:48
Re: Got poblems with /siren - by L84S - 25.06.2011, 20:50
Re: Got poblems with /siren - by Armqus_FIN - 25.06.2011, 20:55
Re: Got poblems with /siren - by rooney12 - 25.06.2011, 20:55
Re: Got poblems with /siren - by L84S - 25.06.2011, 20:58
Re: Got poblems with /siren - by Armqus_FIN - 25.06.2011, 21:05
Re: Got poblems with /siren - by Wesley221 - 25.06.2011, 21:12
Re: Got poblems with /siren - by Armqus_FIN - 25.06.2011, 21:18
Re: Got poblems with /siren - by euRo - 25.06.2011, 21:42
Re: Got poblems with /siren - by Wesley221 - 25.06.2011, 21:46
Re: Got poblems with /siren - by euRo - 25.06.2011, 21:56
Re: Got poblems with /siren - by Armqus_FIN - 25.06.2011, 22:22
Re: Got poblems with /siren - by Rafa - 25.06.2011, 22:44
Re: Got poblems with /siren - by Armqus_FIN - 25.06.2011, 23:27
Re: Got poblems with /siren - by Armqus_FIN - 26.06.2011, 03:41
Re: Got poblems with /siren - by rooney12 - 26.06.2011, 10:46
Re: Got poblems with /siren - by rooney12 - 26.06.2011, 12:16

Forum Jump:


Users browsing this thread: 1 Guest(s)