A firemen class ... what should it need ? - 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: A firemen class ... what should it need ? (
/showthread.php?tid=229446)
A firemen class ... what should it need ? -
Michael@Belgium - 21.02.2011
Hello guys !
Idk if i'm in the right categorie, but i need something, i need suggestions for a firemen class. Or other question: what should a firemen class need ?!
Ofcourse i have made the class and the skins already, but what about the cmds etc ?!
Feel Free to reply !!!
Re: A firemen class ... what should it need ? -
Marricio - 21.02.2011
You can download the fire inc(or fs i dont remember) and make it do fire in random pos and tell firemens to go there and fix all etc..
Re: A firemen class ... what should it need ? -
AlExAlExAlEx - 21.02.2011
There was an inc that created fire, you could create an timer that adds fire randomly at certain times, you should display the message to all firemen on the server and they must sit in a checkpoint(near the fire) with the Left click(Water) button pressed(possible to check) for 1 minute to stop the fire.
Re: A firemen class ... what should it need ? -
Michael@Belgium - 21.02.2011
Quote:
Originally Posted by Marricio
You can download the fire inc(or fs i dont remember) and make it do fire in random pos and tell firemens to go there and fix all etc..
|
Quote:
Originally Posted by AlExAlExAlEx
There was an inc that created fire, you could create an timer that adds fire randomly at certain times, you should display the message to all firemen on the server and they must sit in a checkpoint(near the fire) with the Left click(Water) button pressed(possible to check) for 1 minute to stop the fire.
|
Like
this ?!
And with:
pawn Код:
random(100) //so like 100 random places where there should be fire xD
Re: A firemen class ... what should it need ? -
Marricio - 21.02.2011
Quote:
Originally Posted by Michael@Belgium
Like this ?!
And with:
pawn Код:
random(100) //so like 100 random places where there should be fire xD
|
Yeah..
pawn Код:
new randfire = random(100);
Re: A firemen class ... what should it need ? -
Michael@Belgium - 21.02.2011
Quote:
Originally Posted by Marricio
Yeah..
pawn Код:
new randfire = random(100);
|
Ok... thanks

i'm going start work