Pawno errors..
#4

Thanks for the notice, Y_Less. Here are the lines:

Line 2776:

Code:
if(mysql_retrieve_row()) //there are actually any rows
Line 5990, 6009, 6028, 6059, 6486, 6502, 6551, 6571, 6608, 6667 Are the same as Line 2776

Line 8029-8037:

Code:
command(help, playerid, params[]) {
	if(IsPlayerServerAdmin(playerid, 1)) {
        ShowPlayerDialog(playerid, DIALOG_SHOW_HELP_2, DIALOG_STYLE_LIST, "Help", "Chat\nVehicle\nWallet\nOOC Rooms\nSupport\nHouse\nBusiness\nBuildings\nFactions\nJob\nViolence\nNotes\nForum\nCell Phone\nUniversity\nJob\nDrugs\nDonator\nBank\nSettings\nMaterials\nAdmin", "Select", "Cancel");
        return 1;
	}
	ShowPlayerDialog(playerid, DIALOG_SHOW_HELP, DIALOG_STYLE_LIST, "Help", "Chat\nVehicle\nWallet\nOOC Rooms\nSupport\nHouse\nBusiness\nBuildings\nFactions\nJob\nViolence\nNotes\nForum\nCell Phone\nUniversity\nJob\nDrugs\nDonator\nBank\nSettings\nMaterials", "Select", "Cancel");
    return 1;
}
command(materials, playerid, params[]) {
Line 8037-8041:

Code:
	command(materials, playerid, params[]) {
    ShowPlayerDialog(playerid, DIALOG_MATERIALS_MENU, DIALOG_STYLE_LIST, string, "9mm - 5\nDesert Eagle - 10\nShotgun - 15\nSawn Off - 20\nTec-9 - 25\nMicro SMG - 25\nMP5 - 30\nAK-47 - 35\nM4 - 40\nRifle - 45\nSniper Rfile - 50\nFlameThrower - 55\nMolotov Cocktail - 60\nGrenade - 65\nMiniGun - 100", "Create","Cancel");
	return 1;
}
command(drugs, playerid, params[]) {
Reply


Messages In This Thread
Pawno errors.. - by reckst4r - 23.08.2011, 13:37
Re: Pawno errors.. - by Gray - 23.08.2011, 13:42
Re: Pawno errors.. - by playbox12 - 23.08.2011, 13:48
Re: Pawno errors.. - by reckst4r - 23.08.2011, 13:56
Re: Pawno errors.. - by Gray - 23.08.2011, 13:56
Re: Pawno errors.. - by reckst4r - 23.08.2011, 14:20
Re: Pawno errors.. - by reckst4r - 23.08.2011, 15:29
Re: Pawno errors.. - by reckst4r - 23.08.2011, 16:47
Re: Pawno errors.. - by =WoR=Varth - 24.08.2011, 18:21
Re: Pawno errors.. - by reckst4r - 24.08.2011, 18:34

Forum Jump:


Users browsing this thread: 4 Guest(s)