how to creat? - 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: how to creat? (
/showthread.php?tid=654317)
how to creat? -
priyanshu - 26.05.2018
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
Re: how to creat? -
Sew_Sumi - 26.05.2018
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.
Re: how to creat? -
priyanshu - 26.05.2018
Quote:
Originally Posted by Sew_Sumi
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.
|
can u send its files
to add in filescripts and scriptfiles folder i need its .pwn to change command of /label
Re: how to creat? -
Sew_Sumi - 26.05.2018
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;
}
Re: how to creat? -
GTLS - 26.05.2018
You should learn PAWN yourself buddy. Visit
https://sampwiki.blast.hk/wiki/Main_Page For Tutorials on all sort of principles of PAWN. You try making it yourself, and if you have any error, ask us here. This thread is not to script for someone else, this is to help solve any errors.
Re: how to creat? -
TadePoleMG - 26.05.2018
Hi bro
It is very easy. Learn scripting from
https://sampwiki.blast.hk/wiki/Main_Page as told by
@GTLS and make it by yourself. If you found some error contact me. I will help you in all possible ways and i can also make some small scripts if you want then pm me.
Thank You.