[HELP] [b]Need to hide pickup for own team!![/B]
#6

already fixed
i did this onplayerspawn
Quote:

}
if(GetPlayerTeam(playerid) == 1) {
DestroyPickup(PICKUPA);
}
if(GetPlayerTeam(playerid) == 2) {
DestroyPickup(PICKUPB);
}
if(GetPlayerTeam(playerid) == 3) {
DestroyPickup(PICKUPC);
}
if(GetPlayerTeam(playerid) == 4) {
DestroyPickup(PICKUPD);
}
if(GetPlayerTeam(playerid) == 5) {
DestroyPickup(PICKUPE);
}

close topic
Reply


Messages In This Thread
[HELP] [b]Need to hide pickup for own team!![/B] - by Petrikk - 20.01.2011, 12:49
Re: [HELP] [b]Need to hide pickup for own team!![/B] - by Toreno - 20.01.2011, 13:25
Re: [HELP] [b]Need to hide pickup for own team!![/B] - by Jakku - 20.01.2011, 14:36
Re: [HELP] [b]Need to hide pickup for own team!![/B] - by SkizzoTrick - 20.01.2011, 17:27
Re: [HELP] [b]Need to hide pickup for own team!![/B] - by Petrikk - 20.01.2011, 19:24
Re: [HELP] [b]Need to hide pickup for own team!![/B] - by Petrikk - 20.01.2011, 20:22
Re: [HELP] [b]Need to hide pickup for own team!![/B] - by Mauzen - 20.01.2011, 21:26

Forum Jump:


Users browsing this thread: 1 Guest(s)