20.01.2011, 19:33
i got something like this but it will only flash for Dutch team only
when you standing in how to make it for more teams?
above ongamemodeinit i got this
public OnGameModeInit i got this
public OnPlayerSpawn(playerid) i got this
on playerpickupickup
and i maked new public somewere in script i got this
its works fine for dutch team only but can someone tell me how to put in a team extra
sorry for my bad english
this is my new updated script
it works fine(but dont steel pls)
its my first one
http://pastebin.com/vGUnUFBu
https://sampforum.blast.hk/showthread.php?tid=214011
other little bug in the script
but its little
hope someone respond on this bb
when you standing in how to make it for more teams?
above ongamemodeinit i got this
Quote:
forward gangzone1(); new PICKUPSHOOTINGAREA; |
Quote:
SHOOTINGAREA = GangZoneCreate(718.112915,1924.960449,641.861389,1 802.849731); |
Quote:
GangZoneShowForPlayer(playerid, SHOOTINGAREA, COLOR_WHITE); |
Quote:
if(gTeam[playerid] == TEAM_DUTCH) if ( pickupid == PICKUPSHOOTINGAREA) { SetTimer("gangzone1",5000,true); GangZoneFlashForAll(SHOOTINGAREA, COLOR_ORANGE); |
Quote:
public gangzone1() { GangZoneShowForAll(SHOOTINGAREA,COLOR_ORANGE); return 1; } |
sorry for my bad english
this is my new updated script
it works fine(but dont steel pls)
its my first one
http://pastebin.com/vGUnUFBu
https://sampforum.blast.hk/showthread.php?tid=214011
other little bug in the script
but its little
hope someone respond on this bb