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 (c) 1997-2006, ITB CompuPhase 1 Warning. |
http://forum.sa-mp.com/showthread.php?t=570213
http://forum.sa-mp.com/showthread.php?t=602886
i combine all script and i get this warning
error code
PHP Code:
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;
}