Hi I'm new And I need some help
#2

There are so many ways to do this
PHP код:
SetPlayerName(playerid"[TAG]Your name"); 
or this
PHP код:
Create3DTextLabel(text[], colorFloat:XFloat:YFloat:ZFloat:DrawDistancevirtualworldtestLOS=0
in which you will need to create a timer to keep this on loading that it follows the player through and through which eats up memory

To call commands you can do this
PHP код:
OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp(cmdtext"/tag"true) == 0)
    {

    }
    return 
1;

I don't know much with that OnPlayerCommand thing

I use other includes
such IZCMD, ZCMD and SCMD the last is the one I use and so far what I like the there is also Y-Less's YCMD
[PHP]
CMD:tag(cmdid, playerid, params[])
{
// Your code here
return 1;
}
[PHP]
That's all the tips I could do, I will not code because it does not justify anything... Just keep reading and you'll understand
Reply


Messages In This Thread
Hi I'm new And I need some help - by Deividt - 12.09.2017, 03:01
Re: Hi I'm new And I need some help - by JesterlJoker - 12.09.2017, 11:50

Forum Jump:


Users browsing this thread: 1 Guest(s)