![]() |
Boots
Help please all the scripts i use didnt work at all so please some one help?
|
Quote:
|
|
Boots
i tested that one and it didnt work for me
|
Two problems I see:
1. You're trying to put it in a level. This won't work because there's no weapon for 'weaponfired' to trigger. Put that script in a weapon to make it work (You need NC access in RC). 2. You're trying to use it offline. Same applies as above. |
if (this.on==1){
setplayerprop #c, Speed: 6; this.speed = 6; } } if (keypressed && strequals(#p(1),7)) { if (this.on==1){ setplayerprop #c, Speed: 7; this.speed = 7; } } if (keypressed && strequals(#p(1),8)) { if (this.on==1){ setplayerprop #c, Speed: 8; this.speed = 8; } } if (keypressed && strequals(#p(1),9)) { if (this.on==1){ setplayerprop #c, Speed: 9; this.speed = 9; } } if (keypressed && strequals(#p(1),0)) { if (this.on==1){ setplayerprop #c, Speed: 10; this.speed = 10; } } if (keypressed && strequals(#p(1),`)) { if (this.on==0) { this.on = 1; this.speed = 1; timeout = .05; setplayerprop #c, Boots on; } else if (this.on==1) { this.on = 0; setplayerprop #c, Boots off; } } if (playerchats&&strequals(#c,/fix)) { this.on = 0; enableweapons; } can some one fix it please? |
Quote:
Quote:
|
| All times are GMT +2. The time now is 04:13 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.