13.05.2012, 11:52
Help
13.05.2012, 11:56
Use https://sampwiki.blast.hk/wiki/Create3DTextLabel to create this text.
Use https://sampwiki.blast.hk/wiki/CreateObject to create this statue.
Use https://sampwiki.blast.hk/wiki/CreateObject to create this statue.
13.05.2012, 12:03
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?
And anyone text, i edit them.
And where i put this, under OnGameModeInIt?
13.05.2012, 12:05
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.
I used yellow color for it (0xFFFF00FF), so change this if you want.
Код:
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);
13.05.2012, 12:12
Thank you
+1
+1
13.05.2012, 12:26
warning 225: unreachable code
Anyone help pls ?
pawn Код:
{
Create3DTextLabel("* DOBRODOSLI *",0xE500E5,1712.4718,-1853.3424,13.5721,40.0,0,0);
return 1;
}
13.05.2012, 12:53
Sorry for post, but i need that pls.
Anyone can help me.
Anyone can help me.
13.05.2012, 12:54
Post the whole command/function/whatever this is.
13.05.2012, 12:56
pawn Код:
{
Create3DTextLabel("* DOBRODOSLI *",0xE500E5,1712.4718,-1853.3424,13.5721,40.0,0,0);
return 1;
}
« Next Oldest | Next Newest »
Users browsing this thread: 3 Guest(s)