- 0
Sign in to follow this
Followers
0
[закрыто] warning 213: tag mismatch
Asked by
Manuel Leon
,
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By Nik_Rofid
Здравствуйте, можно ли на сервере копии радмира сделать так, что бы на машину можно было установить конкретный номер например ставится на машу рандом номер а будет х777хх77
-
Posted (edited) · Report post
Суть знаю, что надо использовать вместо ID название. Но как сделать, чтобы это можно было проверять циклом.
enum pInv { slot1, slot2, slot3, slot4, slot5, slot6, slot7, slot8, slot9, slot10, slot11, slot12, slot13, slot14, slot15, slot16, slot17, slot18, slot19, slot20, count1, count2, count3, count4, count5, count6, count7, count8, count9, count10, count11, count12, count13, count14, count15, count16, count17, count18, count19, count20, free } new Inv[MAX_PLAYERS][pInv]; CMD:inv(playerid,params[]) { new string[300]; for(new i=0;i<6;i++) { switch(Inv[playerid][slot1]) { case 0: format(string,sizeof(string),"%s \n",string); // Здесь варнинг } } SCM(playerid,-1,string); ShowPlayerDialog(playerid, 5055, DIALOG_STYLE_LIST, "Инвентарь", string, "Выбрать", "Закрыть"); }
Edited by Manuel Leon
Share this post
Link to post
Share on other sites