28.07.2013, 17:43
Код:
public OnDialogResponse(); if (dialogid == 20320 = && responce) { switch(listitem) { case 0: { ShowPlayerDialog(playerid,20321, DIALOG_STYLE_LIST, "[XL]WEAPON SHOP","m4($5000)\nSPRAYcan($1500)","buy weapon","leave" } } } if(dialogid == 20320 && responce { switch(listitem) { case 0: { if(GetPlayerMoney(playerid) < 5000 return SendClientMessage(playerid,COLOR_RED,"[XLGW]ERROR:YOU DO NOT ENOUGH MONEY TO BUY THIS WEAPON,GO AND KILL SOME MORE RIVAL GANGS); GivePlayerWeapon(playerid, 31,1000); GivePlayerMoney(playerid, -5000); SendClientMessage(playerid,COLOR_RED,"[XLGW]YOU HAVE BOUGHT A M4 WITH 1000 AMMO USE IT WELL"); } case 1: { if(GetPlayerMoney(playerid) < 1500 return SendClientMessage(playerid,COLOR_RED,"[XLGW]ERROR:YOU DO NOT ENOUGH MONEY TO BUY THIS WEAPON,GO AND KILL SOME MORE RIVAL GANGS); GivePlayerWeapon(playerid, 41,500); GivePlayerMoney(playerid, -1500); SendClientMessage(playerid,COLOR_RED,"[XLGW]YOU HAVE BOUGHT A SPRAY CAN WITH 500 AMMO USE IT WELL"); } } } return 1; }
Код:
C:\Documents and Settings\Administrator\Desktop\SA SERVER\OFFICAL SERVER\gamemodes\xlgwolds.pwn(2737) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\SA SERVER\OFFICAL SERVER\gamemodes\xlgwolds.pwn(2739) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\SA SERVER\OFFICAL SERVER\gamemodes\xlgwolds.pwn(2741) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\SA SERVER\OFFICAL SERVER\gamemodes\xlgwolds.pwn(2747) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\SA SERVER\OFFICAL SERVER\gamemodes\xlgwolds.pwn(2749) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\SA SERVER\OFFICAL SERVER\gamemodes\xlgwolds.pwn(2751) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\SA SERVER\OFFICAL SERVER\gamemodes\xlgwolds.pwn(2753) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\SA SERVER\OFFICAL SERVER\gamemodes\xlgwolds.pwn(2758) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\SA SERVER\OFFICAL SERVER\gamemodes\xlgwolds.pwn(2760) : error 010: invalid function or declaration C:\Documents and Settings\Administrator\Desktop\SA SERVER\OFFICAL SERVER\gamemodes\xlgwolds.pwn(2767) : error 010: invalid function or declaration