in game type command saying that unknown command
#1

Код:
CMD:myupgrades(playerid, params[])
{
    if(gPlayerLogged{playerid} == 0) return SendClientMessageEx(playerid, COLOR_WHITE,"You need to login before using commands");
	new string[1200];
	new spawmarm = PlayerInfo[playerid][pSHealth];
	new gunloc1 = HouseInfo[PlayerInfo[playerid][pPhousekey]][hGLUpgrade];
	new gunloc2 = HouseInfo[PlayerInfo[playerid][pPhousekey2]][hGLUpgrade];
	format(string, sizeof(string), "_____ %s's upgrades (%d upgrade points available) _____", RemoveUnderScore(playerid),PlayerInfo[playerid][gPupgrade]);
	SendClientMessageEx(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);
	SendClientMessageEx(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);
	SendClientMessageEx(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);
	SendClientMessageEx(playerid, COLOR_WHITE,string);
	return 1;
}
For some reason when player type the command in game that saying that there is no command like that, and there is one
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)