in game type command saying that unknown command
#2

try now

CMD:myupgrades(playerid, params[])
{
if(gPlayerLogged{playerid} == 0) return SendClientMessage(playerid, COLOR_WHITE,"You need to login before using commands");
new string[256], Floatpawmarm = PlayerInfo[playerid][pSHealth], gunloc1 = HouseInfo[PlayerInfo[playerid][pPhousekey]][hGLUpgrade], gunloc2 = HouseInfo[PlayerInfo[playerid][pPhousekey2]][hGLUpgrade];
format(string, sizeof(string), "_____ %s's upgrades (%d upgrade points available) _____", RemoveUnderScore(playerid),PlayerInfo[playerid][gPupgrade]);
SendClientMessage(playerid, COLOR_LIMITLESSBLUE,string);
format(string, sizeof(string), "{FFFF00}[Spawn Armour: %.2f/50] {9c9c9c}you spawn with '{FFFF00}%.2f{9c9c9c}' armour at the hospital after death.", PlayerInfo[playerid][pSHealth],spawmarm);
SendClientMessage(playerid, COLOR_WHITE,string);
format(string, sizeof(string), "{FFFF00}[House 1 Gun Lockers: %d/4] {9c9c9c}your first house have '{FFFF00}%d{9c9c9c}' guns lockers.", HouseInfo[PlayerInfo[playerid][pPhousekey]][hGLUpgrade],gunloc1);
SendClientMessage(playerid, COLOR_WHITE,string);
format(string, sizeof(string), "{FFFF00}[House 2 Gun Lockers: %d/4] {9c9c9c}your second house have '{FFFF00}%d{9c9c9c}' guns lockers.", HouseInfo[PlayerInfo[playerid][pPhousekey2]][hGLUpgrade],gunloc2);
SendClientMessage(playerid, COLOR_WHITE,string);
return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)