Tales Posted May 26, 2015 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted May 26, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted May 26, 2015 ...{},{ sc_end SC_BLIND; },{ if ( strcharinfo(3) == "mymap" ) sc_start SC_BLIND........; } Quote Link to comment Share on other sites More sharing options...
Tales Posted May 26, 2015 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted May 26, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted May 26, 2015 set the time to -1 ... Quote Link to comment Share on other sites More sharing options...
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";}
Link to comment
Share on other sites
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.