13.07.2012, 08:41
(
Последний раз редактировалось zT KiNgKoNg; 13.07.2012 в 08:44.
Причина: Made The Code XD
)
thats pretty simple you use something like
If this worked and helped you +REP+
pawn Код:
public OnPlayerPickupPickUp()
{
// START
// Pickup Code
if(pickup == pickup)
{
if(gTeam[playerid] == Team)
{
Your Code
}
return 1;
}
// END
return 1;
}