SA-MP Forums Archive
[GameMode] Gangs vs Police & Army v2[FINAL] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Gangs vs Police & Army v2[FINAL] (/showthread.php?tid=285143)



Gangs vs Police & Army v2[FINAL] - N.K.Stallone - 22.09.2011

REMOVED


Re: Gangs vs Police & Army v2[FINAL] - BigAl - 22.09.2011

Nice man, good job.


Re: Gangs vs Police & Army v2[FINAL] - N.K.Stallone - 22.09.2011

Quote:
Originally Posted by BigAl
Посмотреть сообщение
Nice man, good job.
Thank you.


Re: Gangs vs Police & Army v2[FINAL] - BlackStones - 22.09.2011

nice any pics?


Re: Gangs vs Police & Army v2[FINAL] - N.K.Stallone - 22.09.2011

Quote:
Originally Posted by BlackStones
Посмотреть сообщение
nice any pics?
Wait 2 mins ill provide pics.
Edited!


Re: Gangs vs Police & Army v2[FINAL] - N.K.Stallone - 22.09.2011

Added pics ! Enjoy !


Re: Gangs vs Police & Army v2[FINAL] - [GTA]AmericanGangster - 23.09.2011

well not so bad! 9/10


Re: Gangs vs Police & Army v2[FINAL] - N.K.Stallone - 23.09.2011

Quote:
Originally Posted by [GTA]AmericanGangster
Посмотреть сообщение
well not so bad! 9/10
Thank you man.


Re: Gangs vs Police & Army v2[FINAL] - EladNahum - 23.09.2011

Nice Gamemode!

But please fix things like this:
pawn Код:
if(strcmp(cmdtext,"/getm4",true)==0)
        {
    GivePlayerWeapon(playerid, 31, 10000);
    SendClientMessage(playerid, COLOR_GREEN , "You have given yourself a M4");
    return 1;
        }
       
        if(strcmp(cmdtext,"/getmp5",true)==0)
        {
    GivePlayerWeapon(playerid, 29, 10000);
    SendClientMessage(playerid, COLOR_GREEN , "You have given yourself a MP5");
    return 1;
        }
       
        if(strcmp(cmdtext,"/getak47",true)==0)
        {
    GivePlayerWeapon(playerid, 30, 10000);
    SendClientMessage(playerid, COLOR_GREEN , "You have given yourself a AK47");
    return 1;
        }
       
        if(strcmp(cmdtext,"/getss",true)==0)
        {
    GivePlayerWeapon(playerid, 26, 10000);
    SendClientMessage(playerid, COLOR_GREEN , "You have given yourself a Sawn-off Shotgun");
    return 1;
        }
       
        if(strcmp(cmdtext,"/getshotgun",true)==0)
        {
    GivePlayerWeapon(playerid, 25, 10000);
    SendClientMessage(playerid, COLOR_GREEN , "You have given yourself a Shotgun");
    return 1;
        }
You Didn't do "-" at
pawn Код:
GivePlayerMoney(playerid, 25, 10000)
at all weapons price, this misstake give to the player 10,000$ and don't take from him 10,000$


Re: Gangs vs Police & Army v2[FINAL] - N.K.Stallone - 23.09.2011

Quote:
Originally Posted by EladNahum
Посмотреть сообщение
Nice Gamemode!

But please fix things like this:
pawn Код:
if(strcmp(cmdtext,"/getm4",true)==0)
        {
    GivePlayerWeapon(playerid, 31, 10000);
    SendClientMessage(playerid, COLOR_GREEN , "You have given yourself a M4");
    return 1;
        }
       
        if(strcmp(cmdtext,"/getmp5",true)==0)
        {
    GivePlayerWeapon(playerid, 29, 10000);
    SendClientMessage(playerid, COLOR_GREEN , "You have given yourself a MP5");
    return 1;
        }
       
        if(strcmp(cmdtext,"/getak47",true)==0)
        {
    GivePlayerWeapon(playerid, 30, 10000);
    SendClientMessage(playerid, COLOR_GREEN , "You have given yourself a AK47");
    return 1;
        }
       
        if(strcmp(cmdtext,"/getss",true)==0)
        {
    GivePlayerWeapon(playerid, 26, 10000);
    SendClientMessage(playerid, COLOR_GREEN , "You have given yourself a Sawn-off Shotgun");
    return 1;
        }
       
        if(strcmp(cmdtext,"/getshotgun",true)==0)
        {
    GivePlayerWeapon(playerid, 25, 10000);
    SendClientMessage(playerid, COLOR_GREEN , "You have given yourself a Shotgun");
    return 1;
        }
You Didn't do "-" at
pawn Код:
GivePlayerMoney(playerid, 25, 10000)
at all weapons price, this misstake give to the player 10,000$ and don't take from him 10,000$
Dude i don't understand what you want me to fix the "GivePlayerWeapon(playerid, 25, 10000);" the 10000 is not a price it is ammu this function gives player a gun with 10k ammunations. I don't see a bug here. I also don't see a "GivePlayerMoney" here Am i blind ??


Re: Gangs vs Police & Army v2[FINAL] - EladNahum - 23.09.2011

Oh sorry man, I didn't use Pawn alot time, so I forgot the 10000 is the ammo


Re: Gangs vs Police & Army v2[FINAL] - N.K.Stallone - 23.09.2011

Quote:
Originally Posted by EladNahum
View Post
Oh sorry man, I didn't use Pawn alot time, so I forgot the 10000 is the ammo
Chill homie it is ok.