SA-MP Forums Archive
[FilterScript] .: Spawn welcome text [Good for RP] :. - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] .: Spawn welcome text [Good for RP] :. (/showthread.php?tid=239014)



.: Spawn welcome text [Good for RP] :. - Gertin - 12.03.2011

.: SPAWN WELCOME BOX :.


.: About that :.
It is spawn text, what come, when you spawn and that stay about 5 seconds . Its with textdraw and its easy to add in your gamemode . There are random messages too, what you can edit .

.: Commands :.
/Rules --> Here you can watch rules .
/ShowRules --> There you can someone the rules (For Rcon) .
/ShowRulesToAll --> There you can show rules to all (For Rcon) .
/RandomMessage --> There you can turn off and on random messages (For Rcon)
/ShowMessage --> There you can show all random messages(For Rcon) .


.: Screenshots :.
Its is spawn picture :

And that is random picture :

PS : Click on picture, if you want see bigger !


.: Bugs :.
Dont know bugs yet !

.: Download :.
V 1.0
PWN : Pastebin
PWN and AMX : SolidFiles


V 1.1
PWN : Pastebin
PWN and AMX : SolidFiles


V 1.2
PWN : Pastebin
PWN and AMX : SolidFiles


.: What is new in V1.1 :.
I have maked some dialogs and changes cmds.
/Rules --> goto /RulesForMe
I have added new random message, what say, like we have /Rules and /RulesHelp .
/Rules show you dialog, where you can use things.
/RulesHelp show you all cmds, what you need to use for that fs .


.: What is new in V1.2 :.
I maked that spawn text myself, there is picture :

I think, now you all like that
PS: Click on picture !


.: Install :.
If you want to complite it, you need that :
Код:
#include <zcmd>
#include <colors>
#include <sscanf2>
That you get there, where is writed "PWN and AMX" and you need to add that .

You need to copy all things to the folders, what there are . When you have copyed, you need to add in server.cfg :
Код:
filterscripts Rules
And then in server.cfg for homehost :
Код:
plugins sscanf
Or when you have linux server, then use :
Код:
plugins sscanf.so
Then press "save" and thats work .


.: How you can use more :.
Ofcorse you can edit all rCon admin to your own admin system, but you can make like that, When player is level 1, then he see rules, but when he is level 3, he dont see rules anymore . Its easy, just make like that :
pawn Код:
public OnPlayerSpawn(playerid)
{
    if(PlayerInfo[playerid][pLevel] < 2)
    {
        SetTimerEx("ShowRules",3000,false,"i",playerid);
        SetTimerEx("HideRules",25000,false,"i",playerid);
    }
}

.: Credits :.
Maked by Gertin --> Iron Smith
Helper Script --> Elvis Kaiv


Thanks you all and if you need help, then ask there or send me message . If you see any bugs, tell that here .



Re: .: Spawn welcome text [Good for RP] :. - grand.Theft.Otto - 12.03.2011

Nice! Looks great, I might use it for my server.


Re: .: Spawn welcome text [Good for RP] :. - Ricop522 - 12.03.2011

This rules look like Ravens Rules...[


Re: .: Spawn welcome text [Good for RP] :. - Gertin - 12.03.2011

Yea, that is ravens rules, because i dont play RP, and then i dont know rules But other is by me And maybe someone need that FS


Re: .: Spawn welcome text [Good for RP] :. - Scrip - 12.03.2011

Yea this is nice!
Me is the Elvis!


Re: .: Spawn welcome text [Good for RP] :. - Gertin - 12.03.2011

V 1.1 is out now


Respuesta: .: Spawn welcome text [Good for RP] :. - Code8976Man - 12.03.2011

That's very useful. Thanks


Re: .: Spawn welcome text [Good for RP] :. - Mr.Jvxmc - 12.03.2011

Did u copy that at Raven's RP ?


Re: .: Spawn welcome text [Good for RP] :. - Gertin - 12.03.2011

Only the textdraw, like that the box ...


Re: .: Spawn welcome text [Good for RP] :. - Noss* - 15.03.2011

Quote:
Originally Posted by Gertin
Посмотреть сообщение
Only the textdraw, like that the box ...
So basically you copied everything.. I mean changing the rules and making it into a FS isn't hard?