SA-MP Forums Archive
[Help] Cant remember what i need to type in my gamemode to get this! - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] Cant remember what i need to type in my gamemode to get this! (/showthread.php?tid=84059)



[Help] Cant remember what i need to type in my gamemode to get this! - excale1 - 28.06.2009

Hello,
have used search button but cannot find my answer,
well...i used to have this on my old gamemode before i re-formatted, you know how people have like advertising or they say /cmds /help /report or w.e on the bottom of the page.

This is a pic of what i mean!

Pic:


Thanks
Regards Excale


Re: [Help] Cant remember what i need to type in my gamemode to get this! - Donny_k - 28.06.2009

SendClientMessage you mean ?


Re: [Help] Cant remember what i need to type in my gamemode to get this! - dice7 - 28.06.2009

https://sampwiki.blast.hk/wiki/TextDrawCreate


Re: [Help] Cant remember what i need to type in my gamemode to get this! - excale1 - 28.06.2009

Quote:
Originally Posted by Donny
SendClientMessage you mean ?
Ahhh not sure....cant remember


Re: [Help] Cant remember what i need to type in my gamemode to get this! - excale1 - 28.06.2009

Quote:
Originally Posted by dice7
No thats not it...thanks anyway...anyone else?


Re: [Help] Cant remember what i need to type in my gamemode to get this! - Grim_ - 28.06.2009

It is a textdraw that you want, you just have to make ti huge.


Re: [Help] Cant remember what i need to type in my gamemode to get this! - Ignas1337 - 28.06.2009

yes it is. try these coordinates: 0, 465


Re: [Help] Cant remember what i need to type in my gamemode to get this! - excale1 - 28.06.2009

Quote:
Originally Posted by Thanatos
yes it is. try these coordinates: 0, 465
I dont really understand, could you type up everything and i can paste it in please. Make it say /help. Thank you


Re: [Help] Cant remember what i need to type in my gamemode to get this! - excale1 - 29.06.2009

please anyone?


Re: [Help] Cant remember what i need to type in my gamemode to get this! - PlayMaker - 29.06.2009

Something like this ? :

pawn Код:
if(strcmp(cmd, "/cmds", true) == 0)
    {
        SendClientMessage(playerid, COLOR_WHITE,"*** CMDS *** Info Here");
         SendClientMessage(playerid, COLOR_WHITE,"*** CMDS *** Info Here");
         SendClientMessage(playerid, COLOR_WHITE,"*** CMDS *** Info Here");
        return 1;
    }
roflmao