06.04.2017, 02:32
Quote:
C:\Users\cyber\Desktop\gta server cc bukit\gamemodes\GL.pwn(3885) : warning 203: symbol is never used: "Skin" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning. |
https://sampforum.blast.hk/showthread.php?tid=570213
https://sampforum.blast.hk/showthread.php?tid=602886
i combine all script and i get this warning
error code
PHP код:
Dialog:Skin(playerid, response, listitem, inputtext[])
{
if (dialogid == 0)
{
if (response)
SetPlayerSkin(playerid, SKINS[listitem]); // SKINS[listitem]- returns you the skin id from the index we input as "listitemid"
}
return 1;
}