Tales Posted May 26, 2015 Posted May 26, 2015 Hi guys!How can i start sc-blind when a player enter in a specific map without a specific item? And, if they are using the specific item, how can i start-sc blind if they unequip in this map? @Start whit this... 40100,myitem...,{},{sc_end "SC_BLIND"},{if (strcharinfo(3) == "mymap") sc_start "SC_BLIND";} Quote
Emistry Posted May 26, 2015 Posted May 26, 2015 ...{},{ sc_end SC_BLIND; },{ if ( strcharinfo(3) == "mymap" ) sc_start SC_BLIND........; } Quote
Tales Posted May 26, 2015 Author Posted May 26, 2015 (edited) ...{},{ sc_end SC_BLIND; },{ if ( strcharinfo(3) == "mymap" ) sc_start SC_BLIND........; } How about make the Character Blinded on Specfic map? @Lets be more clear... I want something like this...When i player enter in "pay_dun01" he automatictly get blinded...When they getout, the blinded is set off.. @Forget every thing you read... Listen UP! Look this! {bonus bAspd,-10;},{sc_start SC_BLIND,999999999,0;},{if (strcharinfo(3) == "minning") atcommand "@go 0"; sc_end SC_BLIND;} I dont want to set the time...i want to do it INFINTY Please...Hellpe-me! Edited May 26, 2015 by Tales Quote
Question
Tales
Hi guys!
How can i start sc-blind when a player enter in a specific map without a specific item? And, if they are using the specific item, how can i start-sc blind if they unequip in this map?
@Start whit this...
40100,myitem...,{},{sc_end "SC_BLIND"},{if (strcharinfo(3) == "mymap") sc_start "SC_BLIND";}
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.