Posts: 55
Threads: 9
Joined: Mar 2018
Reputation:
0
I want to creat a fs /label which stays forever in server how to i creat it
if u have it so pls add it in reply but pls not add any link if want add link so pls add a mediafire link only pls
Posts: 6,242
Threads: 8
Joined: Jun 2008
This isn't the place to ask for code outright, but what is it you are wanting?
I'm sure you need to look at
Create3DTextLabel.
Posts: 6,242
Threads: 8
Joined: Jun 2008
Show command /label... Otherwise you need to learn how to script pawn, as anything I hand to you, won't help you unless you know how to use it.
PHP код:
public OnGameModeInit()
{
Create3DTextLabel("I'm at the coordinates:\n30.0, 40.0, 50.0", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0, 0);
return 1;
}