Szerző Téma: skin választó  (Megtekintve 889 alkalommal)

skin választó
« Dátum: 2013. Szeptember 09. - 17:22:46 »
0 Show voters
Hellotok van ez a code-m
 
#include <a_samp>
#include <zcmd>
#include <mSelection>
new skinlista = mS_INVALID_LISTID;
#define DIALOG_BG_COLOR 0x4A5A6BBB
#define PREV_BG_COLOR 0x88888899
#define PREV_BG_COLOR2 0xFFFF00AA
#define SCM SendClientMessage
public OnFilterScriptInit()
{
print(\"\\n--------------------------------------\");
print(\" Skin Választó [0.3x] ~ DVS\");
print(\"--------------------------------------\\n\");
skinlista = LoadModelSelectionMenu(\"skins.txt\");
return 1;
}
CMD:skin(playerid, params[])
{
ShowModelSelectionMenu(playerid, skinlista, \"Skin Valaszto\", DIALOG_BG_COLOR, PREV_BG_COLOR, PREV_BG_COLOR2);
return 1;
}
public OnPlayerModelSelection(playerid, response, listid, modelid)
{
if(listid == skinlista)
{
    if(response)
    {
    SCM(playerid, 0xFF0000FF, \"Skin Megváltoztatva!\");
       SetPlayerSkin(playerid, modelid);
    }
    else SCM(playerid, 0xFF0000FF, \"Kiléptél a Skin Választóbol.\");
       return 1;
}
return 1;
}
public OnFilterScriptExit()
{
return 1;
}

 
és ezek a hibák vannak és fogalmam nincs hogy miért!
Valaki segítene:(?
 
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(192) : error 017: undefined symbol \"TEXT_DRAW_FONT_MODEL_PREVIEW\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(196) : error 017: undefined symbol \"PlayerTextDrawSetPreviewModel\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(197) : error 017: undefined symbol \"PlayerTextDrawSetPreviewRot\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"mZoom\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"Zrot\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"Yrot\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"Xrot\"
C:\\Documents and Settings\\Rendszergazda\\Asztal\\scriptelés\\ujj 0,3x\\0,3x\\pawno\\include\\mSelection.inc(189) : warning 203: symbol is never used: \"modelindex\"
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase

Nem elérhető ZyZu.

  • Globális moderátor
  • 8939
  • my turbo diesel forum
  • Discord: ZyZu.
    • Profil megtekintése
skin választó
« Válasz #1 Dátum: 2013. Szeptember 09. - 17:26:52 »
0 Show voters
Frissiteni kéne az includet 0.3x verzióra és jó lesz.

skin választó
« Válasz #2 Dátum: 2013. Szeptember 10. - 06:35:13 »
0 Show voters
Hello csak az mSelectiont?:)

Nem elérhető ZyZu.

  • Globális moderátor
  • 8939
  • my turbo diesel forum
  • Discord: ZyZu.
    • Profil megtekintése
skin választó
« Válasz #3 Dátum: 2013. Szeptember 10. - 09:30:42 »
0 Show voters
Igen azt is, és a több alap includet.

skin választó
« Válasz #4 Dátum: 2013. Szeptember 10. - 16:25:19 »
0 Show voters
okok köszi :D mindjárt meg is próbálom:D

Dupla hozzászólás automatikusan összefûzve. ( 2013. Szeptember 11. - 16:52:12 )

lecseréltem az összes inc-t és plugint amit használ a mód de most is úgyanúgy rosz az mSelection:S
« Utoljára szerkesztve: 2013. Szeptember 11. - 16:52:12 írta rcsbakos2 »

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal