SA-MP Forums Archive
Help - 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: Help (/showthread.php?tid=342270)



Help - Edin Black - 13.05.2012

Wgo can i make this. http://i.imgur.com/NLDXZ.jpg

rep+


Re: Help - Libra_PL - 13.05.2012

Use https://sampwiki.blast.hk/wiki/Create3DTextLabel to create this text.
Use https://sampwiki.blast.hk/wiki/CreateObject to create this statue.


Re: Help - Edin Black - 13.05.2012

Can you make me this. Here are the cordinates: 1712.4718,-1853.3424,13.5721
And anyone text, i edit them.

And where i put this, under OnGameModeInIt?


Re: Help - Libra_PL - 13.05.2012

Put it under OnGameModeInit. You must find object model ID for a statue, because I don't know... Here's a code, replace "modelid" to statue object model ID.

Код:
CreateObject(modelid,1712.4718,-1853.3424,13.5721,0.0,0.0,0.0);
Create3DTextLabel("Your text goes here!",0xFFFF00FF,1712.4718,-1853.3424,13.5721,40.0,0,0);
I used yellow color for it (0xFFFF00FF), so change this if you want.


Re: Help - Edin Black - 13.05.2012

Thank you

+1


AW: Help - Edin Black - 13.05.2012

warning 225: unreachable code

pawn Код:
{
    Create3DTextLabel("* DOBRODOSLI *",0xE500E5,1712.4718,-1853.3424,13.5721,40.0,0,0);
    return 1;
    }
Anyone help pls ?


AW: Help - Edin Black - 13.05.2012

Sorry for post, but i need that pls.

Anyone can help me.


Re: Help - iRage - 13.05.2012

Post the whole command/function/whatever this is.


AW: Help - Edin Black - 13.05.2012

pawn Код:
{
    Create3DTextLabel("* DOBRODOSLI *",0xE500E5,1712.4718,-1853.3424,13.5721,40.0,0,0);
    return 1;
    }