SA-MP Forums Archive
Simple Job system - 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: Simple Job system (/showthread.php?tid=90314)



Simple Job system - Haji - 07.08.2009

Hi all i want introduce my own created Simple job system with meniu.
You can open meniu by using /menu command.
And i wanna to say this filterscript created by own my self.

DOWNLOAD
http://www.failai.lt/r1g4rq6xv2lx/System.rar.htm

http://pastebin.com/m6b847dbd


Re: Simple Job system - MPKaboose - 07.08.2009

some more info?


Re: Simple Job system - RyDeR` - 07.08.2009

Add pastbin link


Re: Simple Job system - Haji - 07.08.2009

Ok, now i added pastebin link.


Re: Simple Job system - MPKaboose - 07.08.2009

only sets the skin of the player to another one specific for the job


Re: Simple Job system - coole210 - 07.08.2009

Nice, but this only sets skin..

Try
pawn Код:
new Mafia[MAX_PLAYERS];
Mafia = 1; //and move on from that.



Re: Simple Job system - Vikin - 07.08.2009

Nepatarciau uplaudint i Lietuviska weba nes anglai nesupras.

I will try it


Re: Simple Job system - Sal_Kings - 07.08.2009

Kwl


Re: Simple Job system - MaykoX - 08.08.2009

Wow cool


Re: Simple Job system - aspire5630 - 08.08.2009

This is not a job System
this is just a simple code which, changes ur skin and facing angle then pos :P
And it uses no variabls .etc to actually set you as that team
Try doing something like

Код:
new Mafia[MAX_PLAYERS];
new Police[MAX_PLAYERS];

then do

Mafia[playerid] = 1;
Police[playerid] = 1;