#1

I need help will someone make teams for me for my roleplay. It is just to damn hard if you can could someone teach me and do not post that link to that tut i tried so damn hard and stil failed. Btw if you make the teams they are

SF-PD
SF-FD
SF-EMS
SF-TAXI
Reply
#2

here's what I'd do.

First define the teams into numbers like this.
Код:
#define SF-PD 0
#define SF-FD 1
#define SF-EMS 2
#define SF-TAXI 3
then when in OnPlayerSpawn or OnPlayerRequestClass set their team
Код:
OnPlayerSpawn
{
 if(GetPlayerSkin(playerid) == 288) { playerteam[playerid] = SF-PD; }
}
this is just an example don't take it as literal coding to place in your GM
Reply
#3

SO.....but i really need a coded answer please some one help me im a noob... lol but really i get the defining parts and other stuff but what i do no get is like....how do i add it in.??
Reply
#4

if you need code ask in the request thread
Reply
#5

but no one ever reads that. Lolz
Reply
#6

Erm i would guess
Код:
//Top Of Script
new SF-PD[MAX_PLAYERS];
new SF-FD[MAX_PLAYERS];
new SF-EMS[MAX_PLAYERS];
new SF-TAXI[MAX_PLAYERS];
there is the team defines to make someone apart of ti just do something like
SF-PD[playerid] = 1;
Bye, Cody Beer
Reply
#7

Huh....nvm i give up on teams i requested somehting and they said that you can just do something like

IsPlayercop= (the cop skin) and shit because i really want to just do that or have someone make me some teams so i can get this RP going i have everything done and ready except teams and jobs.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)