Is this good or not?
#3

why not like this?

pawn Код:
if (strcmp(cmd, "/weaponskills", true)
{
  new string[250];
  format(string, sizeof(string), "Colt : %s\nSilenced Colt : %s\nDeagle : %s\nShotgun : %s\nSawn : %s\nCombat : %s\nUzi : %s\nSmg : %s\nM4 : %s\nAk47 : %s", PlayerInfo[targetid][pPistSkill]PlayerInfo[targetid][pSilenSkill],PlayerInfo[targetid][pDesertSkill], PlayerInfo[targetid][pShotgSkill], PlayerInfo[targetid][pSawnSkill], PlayerInfo[targetid][pCombSkill], PlayerInfo[targetid][pUziSkill], PlayerInfo[targetid][pSmgSkill], PlayerInfo[targetid][pM4Skill], PlayerInfo[targetid][pAkSkill]);
SendClientMessage(playerid, COLOR_WHITE,string);
}
Reply


Messages In This Thread
Is this good or not? - by superaconi - 07.06.2013, 15:33
Re: Is this good or not? - by gtakillerIV - 07.06.2013, 15:42
Re: Is this good or not? - by IceBilizard - 07.06.2013, 15:57
Re: Is this good or not? - by superaconi - 09.06.2013, 12:30
Re: Is this good or not? - by MP2 - 09.06.2013, 12:58

Forum Jump:


Users browsing this thread: 1 Guest(s)