Quote:
Originally Posted by BullseyeHawk
pawn Код:
dcmd_cig(playerid,params[]) { #pragma unused params if(GetPlayerSpecialAction(playerid) != 21) { SetPlayerSpecialAction(playerid,21); SetPlayerWeather(playerid, -66); // <== Stone weather } else { SetPlayerSpecialAction(playerid, 0); SetPlayerWeather(playerid, 3); // <== Normal weather } return 1; }
I script blind without using pawno or testing in-game, so check it the weather id is -66 or -68 please.
Everything else should work.
|
Quote:
Originally Posted by eblood1
|
here is the script you want, I was just Lol'ng at the moving trees ^_^
@BullseyeHawk, i think it should work if weather is right