#include <a_samp>#include <zcmd>CMD:penztarca(playerid, params[]){ new string[48]; format(string, sizeof(string), \"Neked van a pénztárcádba: $%i.\", GetPlayerMoney(playerid)); SendClientMessage(playerid, 0xFFFFFFAA, string); return 1;}
enum pInfo{Penztarca};new PlayerInfo[MAX_PLAYERS][pInfo];
PlayerInfo[playerid][Penztarca] += 500; // Ez egy példa összeg
if(strcmp(cmd, \"/penztarca\", true) == 0){ new string[48]; format(string, sizeof(string), \"%s pénz van a tárcádban.\",PlayerInfo[playerid][Penztarca]);SendClientMessage(playerid, 0x00f7ffAA, string); return 1;}
enum pInfo { Penztarca }; new PlayerInfo[MAX_PLAYERS][pInfo];
C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(1773) : warning 201: redefinition of constant/macro (symbol \"pInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(1994) : error 021: symbol already defined: \"PlayerInfo\"C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2410) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2420) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2424) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2709) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2770) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2895) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2896) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2898) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2899) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2902) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2904) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2918) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2919) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2944) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2953) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2965) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2974) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(2981) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(3054) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(3055) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(3072) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(3073) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(3090) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(3091) : error 032: array index out of bounds (variable \"PlayerInfo\")C:\\DOCUME~1\\szabi\\Asztal\\SZERVER\\GAMEMO~1\\REALLI~1.PWN(3108) : error 032: array index out of bounds (variable \"PlayerInfo\")Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 26 Errors.
KönnyûÉn így csinálnám meg. enum pInfo{Penztarca};new PlayerInfo[MAX_PLAYERS][pInfo]; Ha elvégzi a munkát vagy valamit akkor ezt odaírod: PlayerInfo[playerid][Penztarca] += 500; // Ez egy példa összeg if(strcmp(cmd, \"/penztarca\", true) == 0){ new string[48]; format(string, sizeof(string), \"%s pénz van a tárcádban.\",PlayerInfo[playerid][Penztarca]);SendClientMessage(playerid, 0x00f7ffAA, string); return 1;} Ha nem jó írj
enum penztarca{pPenztarca};new PlayerStat[MAX_PLAYERS][penztarca];
PlayerStat[playerid][pPenztarca] += 500; // Ez egy példa összeg
if(strcmp(cmd, \"/penztarca\", true) == 0){ new string[48]; format(string, sizeof(string), \"%d pénz van a tárcádban.\",PlayerStat[playerid][pPenztarca]);SendClientMessage(playerid, 0x00f7ffAA, string); return 1;}
C:\\DOCUME~1\\szabi\\Asztal\\SeeRPG\\GAMEMO~1\\REALLI~1.PWN(41271) : error 017: undefined symbol \"cmd\"Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 1 Error.
if(strcmp(cmdtext, \"/penztarca\", true) == 0)