20.01.2013, 19:51
(
Last edited by jonathan_scripter; 20/01/2013 at 08:50 PM.
)
Seria bom colocar funзгo para abrir imagens no samp, igual textdraws com Scenes do jogo ex:
pawn Code:
Image:ImageCreate(url[],Float:x, Float:y);
ImageDestroy(Image:image);
ImageSize(Image:image, Float:x, Float:y);
ImageShowForPlayer(playerid,Image:image);
ImageHideForPlayer(playerid,Image:image);
ImageShowForAll(Image:image);
ImageHideForAll(Image:image);