Looping Help
Heres my code when i attempted to loop a players name from one funtion to another
PHP Code:
Cheers Shuttle_Wave |
Re: Looping Help
NVM. I Found my problems. Thanks
|
Re: Looping Help
Don't make 2 topics about the same.
|
Re: Looping Help
OK. I tryed the plugin out and i got something every weird. It first shows on hud s{Shuttle_Wave} is choosing a Game when its suppose to say {Shuttle_Wave} is choosing a Game but i dont no how the s got into there. AFter 1 second it shows s is choosing game. wats the problem?>
|
Re: Looping Help
Problem is your skill :mrgreen:
szName in the public function you directly call is taken as a string, but in the public callback it's an integer. You are even lucky that it works almost fine the 1st time. |
Re: Looping Help
Quote:
|
Re: Looping Help
PHP Code:
You are trying to pass an string value to the task, you can't do this... you have to pass in integer (id of the player for example)... so you should change this: PHP Code:
PHP Code:
|
Re: Looping Help
Ok so far i did this but now the name doesnt show
PHP Code:
|
Re: Looping Help
>.<
Code:
|
Re: Looping Help
And remove the first:
Code:
|
| All times are GMT -4. The time now is 14:45. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.