new map_name[64], x, y, z, idx = 0; map_name = strtok(OriginsArray[topMapId], idx, \'|\'); x = floatstr(strtok(OriginsArray[topMapId], idx, \'|\')); y = floatstr(strtok(OriginsArray[topMapId], idx, \'|\')); z = floatstr(strtok(OriginsArray[topMapId], idx, \'|\')); new winnerStr[128]; format(winnerStr, 128, \"A nyertes map:%s\", map_name);
C:\\Users\\Szeb1\\Downloads\\vote2.pwn(111) : warning 213: tag mismatch(112) : warning 213: tag mismatch(113) : warning 213: tag mismatch(113) : warning 204: symbol is assigned a value that is never used: \"z\"(112) : warning 204: symbol is assigned a value that is never used: \"y\"(111) : warning 204: symbol is assigned a value that is never used: \"x\"
new map_name[64], Float: x, Float: y, Float: z, idx = 0; map_name = strtok(OriginsArray[topMapId], idx, \'|\'); x = floatstr(strtok(OriginsArray[topMapId], idx, \'|\')); y = floatstr(strtok(OriginsArray[topMapId], idx, \'|\')); z = floatstr(strtok(OriginsArray[topMapId], idx, \'|\')); new winnerStr[128]; format(winnerStr, 128, \"A nyertes map:%s\", map_name);
(113) : warning 204: symbol is assigned a value that is never used: \"z\"(112) : warning 204: symbol is assigned a value that is never used: \"y\"(111) : warning 204: symbol is assigned a value that is never used: \"x\"[/quote]ezeknek ez a hibája : new Float:x,Float:y,Float:z;
new Float:x,Float:y,Float:z;
(113) : warning 204: symbol is assigned a value that is never used: \"z\"(112) : warning 204: symbol is assigned a value that is never used: \"y\"(111) : warning 204: symbol is assigned a value that is never used: \"x\"ezeknek ez a hibája : new Float:x,Float:y,Float:z; [/quote]Nem, a \'Float\' hiánya a (111) : warning 213: tag mismatch(112) : warning 213: tag mismatch(113) : warning 213: tag mismatch warningot okozta.
(113) : warning 204: symbol is assigned a value that is never used: \"z\"(112) : warning 204: symbol is assigned a value that is never used: \"y\"(111) : warning 204: symbol is assigned a value that is never used: \"x\"
(111) : warning 213: tag mismatch(112) : warning 213: tag mismatch(113) : warning 213: tag mismatch
113) : warning 204: symbol is assigned a value that is never used: \"z\"(112) : warning 204: symbol is assigned a value that is never used: \"y\"(111) : warning 204: symbol is assigned a value that is never used: \"x\"
if(!IsPlayerConnected(playerid) || !IsPlayerNPC(playerid)) return -1;SetPVarInt(playerid, \"votedForMap\", -1);new String:MapsStr[MAX_MAPS * (32 + 4)];for(new i = 0; i < MAX_MAPS; i++){ new idx = 0, lclStr[64];lclStr = strtok(OriginsArray, idx, \'|\');format(MapsStr, sizeof MapsStr, \"%s%i. %s\\n\", MapsStr, i, lclStr);}ShowPlayerDialog(playerid, dialogMapchange, DIALOG_STYLE_LIST, \"Map vote\", MapsStr, \"Szavazok\", \"\");
symbol is assigned a value that is never used
format(MapsStr, sizeof MapsStr, \"%s%i. %s\\n\", MapsStr, i, lclStr);
format(MapsStr, sizeof(MapsStr), \"%s%i. %s\\n\", MapsStr, i, lclStr);