kaiGAMING Posted February 27, 2013 Posted February 27, 2013 hi Scripters! how can i apply this script only in guild_vs3? - script respawn -1,{ OnPCDieEvent: sleep2 1; set @pk_death, @pk_death + 1; if ( @pk_death >= 2 ) { warp "SavePoint",0,0; atcommand "@alive"; set hp,1; set @pk_death,0; } } Quote
nanakiwurtz Posted February 27, 2013 Posted February 27, 2013 Put this below the onpcdieevent label. if (strcharinfo(3) != "guild_vs3") end; 1 Quote
kaiGAMING Posted February 27, 2013 Author Posted February 27, 2013 Put this below the onpcdieevent label. if (strcharinfo(3) != "guild_vs3") end; i will try this up. thanks! Quote
Question
kaiGAMING
hi Scripters! how can i apply this script only in guild_vs3?
2 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.