Team Cars Problem!
#3

the check needs to be like this
pawn Код:
if(CarCheck == Cars[CORLEONE])//your team is "CORLEONE" as defined
{
    if(gTeam[playerid] != 1) return SendClientMessage(playerid,-1,"Not team car!");
    //if its a players team car just continue with the script
    SendClientMessage(playerid,-1,"Your driving CORLEONE team's car");
}
Reply


Messages In This Thread
Team Cars Problem! - by Majava - 29.10.2012, 12:28
Re: Team Cars Problem! - by Stereotype - 29.10.2012, 14:11
Re: Team Cars Problem! - by park4bmx - 29.10.2012, 14:27

Forum Jump:


Users browsing this thread: 1 Guest(s)