SA-MP Forums Archive
about announce .. help me please - 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: about announce .. help me please (/showthread.php?tid=92955)



about announce .. help me please - Sfinx_17 - 22.08.2009

please i need the code for typeing what i want in the middle of my screen like in this image...for example, and also i wanna know where to put the code in my script, please guys help me and sorry for adding again this topic but in the other i don't understand nothing what other peoples was saying to me help please






Re: about announce .. help me please - coole210 - 22.08.2009

If you cant make this command you need to go onto wiki.sa-mp.com and learn for a couple of months.

wiki.sa-mp.com/wiki/format


Re: about announce .. help me please - Backwardsman97 - 22.08.2009

Search for GameText


Re: about announce .. help me please - Sfinx_17 - 22.08.2009

same thing here same question go and learnwiki again wiki go to wiki ..i am tired ...to see only that questions...i learn from wiki ....but i don't understand ...i want a code from somewone can anywone help me with a code to put in my script? and where to put in my script please i need help ....please guys


Re: about announce .. help me please - snoob - 22.08.2009

in
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
add this
pawn Код:
if (strcmp("/text", cmdtext, true, 5) == 0)
    {
        if(strlen(cmdtext[6])) GameTextForAll(cmdtext[6],6000,5);
        else SendClientMessage(playerid,0xFFFF00AA,"ERROR: => /text message");
        return 1;
    }
its not the best way but that should work

EDIT: get it here ... http://pastebin.com/m7b8558b8


Re: about announce .. help me please - Sfinx_17 - 22.08.2009

lol omg thanks a lot man thanks more than 10 20 peoples than i asked only your code work good
thanks again snoob
the others they don't wanna give to my a code ...thanks again snoob


Re: about announce .. help me please - snoob - 22.08.2009

no problem dude

as all the other one says go look on the wiki about that functio there is many cool stuff you can do with the gametext ...