View Single Post
  #4  
Old 04-23-2006, 03:47 AM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
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 
__________________
Reply With Quote