i had this command in my gamemode, when i type this in game,it tells server unknow command?
#2

Code:
CMD:bag
		if(strcmp(cmd, "/bag", true) == 0)
	{
		if (IsPlayerConnected(playerid))
		{
	    	if(IsPlayerConnected(playerid))
	    	{
	    	    for(new i = 0; i < 31; i++)
				{
				    if(baoguo[playerid][i][bItem] != 0)
				    {
				        new string[328];
				        new ps[128];
				        new gunname[128];
				        GetWeaponName(baoguo[playerid][i][bID],gunname,128);
				        format(string,328,"|{FF6699}x|    |name		| Amount |\n");
				        format(ps,128,"|{FFFF66}%d|    |%s		| %d |\n",baoguo[playerid][i][bItem],gunname,baoguo[playerid][i][bAmount]);
						strcat(string, ps);
						ShowPlayerDialog(playerid, 3163, DIALOG_STYLE_LIST,"Bag",string);
					}
				}
			}
		}
try now
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)