Bug in buyclothes - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Bug in buyclothes (
/showthread.php?tid=520477)
Bug in buyclothes -
Shinta307 - 19.06.2014
Bug in /buyclothes , please help me
Re: Bug in buyclothes -
RenovanZ - 19.06.2014
Are you using mSelection ? Have you make sure you have .txt file that list your skinID ?
Re: Bug in buyclothes -
ThePrince - 19.06.2014
read this
https://sampforum.blast.hk/showthread.php?tid=500205
Re: Bug in buyclothes -
Shinta307 - 19.06.2014
skin.txt is not load . and character free walk
Re: Bug in buyclothes -
Shinta307 - 19.06.2014
Quote:
Originally Posted by ThePrince
|
C:\Documents and Settings\...\My Documents\Downloads\...\...\Skin.pwn(37) : error 017: undefined symbol "skinList"
C:\Documents and Settings\KEKEH\My Documents\Downloads\Awesome Life Roleplay\filterscripts\Skin.pwn(37) : error 017: undefined symbol "LoadModelSelectionMenu"
C:\Documents and Settings\KEKEH\My Documents\Downloads\Awesome Life Roleplay\filterscripts\Skin.pwn(59) : warning 235: public function lacks forward declaration (symbol "OnPlayerModelSelection")
C:\Documents and Settings\KEKEH\My Documents\Downloads\Awesome Life Roleplay\filterscripts\Skin.pwn(61) : error 017: undefined symbol "skinList"
C:\Documents and Settings\KEKEH\My Documents\Downloads\Awesome Life Roleplay\filterscripts\Skin.pwn(71) : warning 217: loose indentation
C:\Documents and Settings\KEKEH\My Documents\Downloads\Awesome Life Roleplay\filterscripts\Skin.pwn(10
: error 017: undefined symbol "ShowModelSelectionMenu"
C:\Documents and Settings\KEKEH\My Documents\Downloads\Awesome Life Roleplay\filterscripts\Skin.pwn(109) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
I try , and i have 4 error , how to fix ?
Re: Bug in buyclothes -
Cena44 - 19.06.2014
Can you show a part where "SkinList" is it?
Also, make sure you include the Skin IDs in the skins.txt file if you're using
mSelection.
Re: Bug in buyclothes -
Shinta307 - 19.06.2014
Quote:
Originally Posted by Cena44
Can you show a part where "SkinList" is it?
Also, make sure you include the Skin IDs in the skins.txt file if you're using mSelection.
|
This ? skinList = LoadModelSelectionMenu("skins.txt");
Re: Bug in buyclothes -
PowerF - 19.06.2014
what gamemode do you use? lol
(JUST ASKING)
Re: Bug in buyclothes -
Shinta307 - 19.06.2014
I try in this topic
https://sampforum.blast.hk/showthread.php?tid=500205
Re: Bug in buyclothes -
Cena44 - 19.06.2014
Quote:
Originally Posted by Shinta307
This ? skinList = LoadModelSelectionMenu("skins.txt");
|
pawn Код:
new skinlist = mS_INVALID_LISTID; //Make sure this is in your script, possibly above any other callback.
Make sure you got the
pawn Код:
skinList = LoadModelSelectionMenu("skins.txt");
Under "public OnGameModeInit"
Here's a list of skins for you to use, make sure you delete the IDs you do not want.
Quote:
Originally Posted by PowerF
what gamemode do you use? lol
(JUST ASKING)
|
From the looks, I bet it's an NGG leak.