Quote:
Originally Posted by iggy1
In OnGameModeInit
pawn Код:
SetTimer("weptimer",180000,true);
Bottom of script
pawn Код:
forward weptimer(playerid); public weptimer(playerid) { for(new i; i <= MAX_PLAYERS; i++) { if(GetPlayerTeam(i) == TEAM_HIDER) { //giveweapon here SendClientMessage(i,0xff0000FF,"Shoot Flares Now"); } } return 1; }
Not sure how ud do the rocket thing tho.
|
ok when i do this nothing happens so i set down the time and this script only works in player selection it says to shoot flares and gives the character in the selection thing rockets how can i fix that?