Small question
#5

Change
Код:
if(team[playerid] != DRIVER || team[playerid] != PILOT)
( if playerid's team is not driver OR is not Pilot ( he must to be both, so it's impossible ), send the message )
to
Код:
if(team[playerid] != DRIVER && team[playerid] != PILOT)
( if playerid's team is not driver and is not pilot, send the message ).
Reply


Messages In This Thread
Small question - by FireCat - 01.11.2011, 13:34
AW: Small question - by Drebin - 01.11.2011, 13:35
Re: Small question - by Wesley221 - 01.11.2011, 13:36
Re: AW: Small question - by FireCat - 01.11.2011, 13:43
Re: Small question - by IstuntmanI - 01.11.2011, 14:04

Forum Jump:


Users browsing this thread: 2 Guest(s)