20.01.2011, 12:49
(
Последний раз редактировалось Petrikk; 20.01.2011 в 20:24.
)
URL = Removed (already fixed)
hi this is my gamemode but i have one problem
i got a flag system so each team can take his enemy's flag
but i want to hide the flagpickup for each own team
so if your the netherlands or whatever you cannot see youre own flag
i have tried many options but im getting bored of this cant fix it
can some1 help or make an example
or maybe say were to put it
if(gTeam[playerid] == TEAM_DUTCH)
DestroyPickup(PICKUPA);
if(gTeam[playerid] == TEAM_SOVIET)
DestroyPickup(PICKUPB);
if(gTeam[playerid] == TEAM_EUROPE)
DestroyPickup(PICKUPC);
if(gTeam[playerid] == TEAM_ARABIAN)
DestroyPickup(PICKUPD);
if(gTeam[playerid] == TEAM_USA)
DestroyPickup(PICKUPE);
ive tried many options but it wont help me out
wiki can't help me bekoz i dont know were to put it
very thanks ive someone response on this prob
soryy for my bad englisch!
ByeBye
dont steal my script i was made this not someone else!
ty btw
hi this is my gamemode but i have one problem
i got a flag system so each team can take his enemy's flag
but i want to hide the flagpickup for each own team
so if your the netherlands or whatever you cannot see youre own flag
i have tried many options but im getting bored of this cant fix it
can some1 help or make an example
or maybe say were to put it
if(gTeam[playerid] == TEAM_DUTCH)
DestroyPickup(PICKUPA);
if(gTeam[playerid] == TEAM_SOVIET)
DestroyPickup(PICKUPB);
if(gTeam[playerid] == TEAM_EUROPE)
DestroyPickup(PICKUPC);
if(gTeam[playerid] == TEAM_ARABIAN)
DestroyPickup(PICKUPD);
if(gTeam[playerid] == TEAM_USA)
DestroyPickup(PICKUPE);
ive tried many options but it wont help me out
wiki can't help me bekoz i dont know were to put it
very thanks ive someone response on this prob
soryy for my bad englisch!
ByeBye
dont steal my script i was made this not someone else!
ty btw