CMD:ak47(playerid, params[]){if(GetPlayerScore(playerid) >= 150){ GivePlayerWeapon(playerid, 30, 9999);}else SendClientMessage(playerid, \"{d6244e}Nincs elég pontod:150 pont kell\");}
SendClientMessage(playerid, color, const msg[]);
CMD:ak47(playerid){if(GetPlayerScore(playerid) >= 150)){ GivePlayerWeapon(playerid, 30, 9999); } else { SendClientMessage(playerid, 0xd6244eAA, \"Nincs elég pontod!\");}return 1;}
C:\\DOCUME~1\\Viktor\\Asztal\\JMAPPA~1\\FILTER~1\\fegyo.pwn(14) : error 035: argument type mismatch (argument 2)
#include <a_samp>#include <zcmd>CMD:ak47(playerid, params[]){if(GetPlayerScore(playerid) >= 150){ GivePlayerWeapon(playerid, 30, 9999);}else SendClientMessage(playerid, \"{d6244e}Nincs elég pontod:150 pont kell\");}CMD:mp5(playerid, params[]){if(GetPlayerScore(playerid) >= 150){ GivePlayerWeapon(playerid, 29, 9999);}return 1;}CMD:m4(playerid, params[]){if(GetPlayerScore(playerid) >= 1150){ GivePlayerWeapon(playerid, 31, 9999);}return 1;}CMD:uzi(playerid, params[]){if(GetPlayerScore(playerid) >= 150){ GivePlayerWeapon(playerid, 28, 9999);}return 1;}
C:\\DOCUME~1\\Viktor\\Asztal\\JMAPPA~1\\FILTER~1\\fegyo.pwn(14) : error 035: argument type mismatch (argument 2)Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error.
C:\\DOCUME~1\\Viktor\\Asztal\\JMAPPA~1\\FILTER~1\\fegyo.pwn(14) : error 001: expected token: \",\", but found \"-string-\"C:\\DOCUME~1\\Viktor\\Asztal\\JMAPPA~1\\FILTER~1\\fegyo.pwn(14) : warning 215: expression has no effectC:\\DOCUME~1\\Viktor\\Asztal\\JMAPPA~1\\FILTER~1\\fegyo.pwn(14) : error 001: expected token: \";\", but found \")\"C:\\DOCUME~1\\Viktor\\Asztal\\JMAPPA~1\\FILTER~1\\fegyo.pwn(14) : error 029: invalid expression, assumed zeroC:\\DOCUME~1\\Viktor\\Asztal\\JMAPPA~1\\FILTER~1\\fegyo.pwn(14) : fatal error 107: too many error messages on one lineCompilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors.
// This is a comment// uncomment the line below if you want to write a filterscript//#define FILTERSCRIPT#include <a_samp>#include <zcmd>CMD:ak47(playerid, params[]){if(GetPlayerScore(playerid) >= 150){ GivePlayerWeapon(playerid, 30, 9999);}else SendClientMessage(playerid, 128 \"{d6244e}Nincs elég pontod:150 pont kell\");}return 1;}
CMD:ak47(playerid, params[]){if(GetPlayerScore(playerid) >= 150){ GivePlayerWeapon(playerid, 30, 9999);}else SendClientMessage(playerid, 0xd6244e, \"Nincs elég pontod:150 pont kell\");return 1;}