Quote:
Originally Posted by Coolkid77742
uh can u show me im so confsued
|
If you're so confused, start with something easier.
And "Please help finish my script"? Bad title. No we will not help you finish it. If you want us to help you understand it, sure.
This is what you have so far:
PHP Code:
//#CLIENTSIDE
if (weaponfired) { // if the wNPC is fired
for (i=1;i!=0;i++) { // a for loop that is apparently ever increasing
playermp=i*1; // setting playermp to i * 1, no idea why you'd multiply by 1 plus playermp can't be set clientside
sleep .95; // sleeping for .95 seconds.
}} // bad styling btw