[GameMode] Gangs vs Police & Army v2[FINAL]
#1

REMOVED
Reply
#2

Nice man, good job.
Reply
#3

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

nice any pics?
Reply
#5

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

Added pics ! Enjoy !
Reply
#7

well not so bad! 9/10
Reply
#8

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

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$
Reply
#10

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 ??
Reply
#11

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)