#1

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

rep+
Reply
#2

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

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?
Reply
#4

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.
Reply
#5

Thank you

+1
Reply
#6

warning 225: unreachable code

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

Sorry for post, but i need that pls.

Anyone can help me.
Reply
#8

Post the whole command/function/whatever this is.
Reply
#9

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


Forum Jump:


Users browsing this thread: 2 Guest(s)