15.05.2014, 15:28
pawn Код:
dcmd_armme(playerid,params[])
{
#pragma unused params
if(IsRegularPlayer[playerid] != 1337)
{
SendClientMessage(playerid,COLOR_GREY,"{FF0000}[ERROR]: {FFFFFF}You have recived M4A1,SPAS,Deagle.You have recived a health increse and armour.");
return 1;
{
GivePlayerWeapon(playerid,24,9999);
GivePlayerWeapon(playerid,31,9999);
GivePlayerWeapon(playerid,27,9999);
SetPlayerHealth(playerid,150);
SetPlayerArmour(playerid,100);
return 1;
}
pawn Код:
SendClientMessage(playerid,COLOR_GREY,"{FF0000}[ERROR]: {FFFFFF}You have recived M4A1,SPAS,Deagle.You have recived a health increse and armour.");
return 1;
{//here u put this bracket but it should be }
edit dam it didn't see the reply