22.09.2011, 19:06
(
Последний раз редактировалось N.K.Stallone; 22.01.2019 в 20:31.
)
REMOVED
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;
}
GivePlayerMoney(playerid, 25, 10000)
Nice Gamemode!
But please fix things like this: pawn Код:
pawn Код:
|