whats wrong :O ?
#3

Try like this

Quote:

if (strcmp("/skills", cmdtext, true, 10) == 0)
{
new Eagle1[50],Sniper1[50],Ak471[50],Sawnoff1[50],Spaz1[50],Uzi1[50],Mp51[50],Shotgun1[50];
format(Eagle1,sizeof(Eagle1),"Eagle:%d",AccountInf o[playerid][Eagle]);
format(Sniper1,sizeof(Sniper1),"Sniper:%d",Account Info[playerid][Sniper]);
format(Ak471,sizeof(Ak471),"Ak47:%d",AccountInfo[playerid][Ak47]);
format(Sawnoff1,sizeof(Sawnoff1),"Sawnoff:%d",Acco untInfo[playerid][Sawnoff]);
format(Spaz1,sizeof(Spaz1),"Spaz:%d",AccountInfo[playerid][Spaz]);
format(Uzi1,sizeof(Uzi1),"Uzi:%d",AccountInfo[playerid][Uzi]);
format(Mp51,sizeof(Mp51),"Mp5:%d",AccountInfo[playerid][Mp5]);
format(Shotgun1,sizeof(Shotgun1),"Shotgun:%d",Acco untInfo[playerid][Shotgun]);
SendClientMessage(playerid,-1,Eagle1);
SendClientMessage(playerid,-1,Sniper1);
SendClientMessage(playerid,-1,Ak471);
SendClientMessage(playerid,-1,Sawnoff1);
SendClientMessage(playerid,-1,Spaz1);
SendClientMessage(playerid,-1,Uzi1);
SendClientMessage(playerid,-1,Mp51);
SendClientMessage(playerid,-1,Shotgun1);
}

Reply


Messages In This Thread
whats wrong :O ? - by [D]ry[D]esert - 30.05.2012, 19:21
Re: whats wrong :O ? - by MP2 - 30.05.2012, 19:23
Re: whats wrong :O ? - by ivanVU - 30.05.2012, 20:24

Forum Jump:


Users browsing this thread: 1 Guest(s)