can someone help me with this please!
can someone help me how to code freeze at the end off the round, i alrdy have dropguns at the end of the round, but i want to, so they freeze to for like 1 sec
can someone help me with this Thank alrdy! xx PHP Code:
|
Re: can someone help me with this please!
Go through the posts in this thread: https://forums.alliedmods.net/showthread.php?p=1262605
|
Re: can someone help me with this please!
Your code won't work.
You're using get_players but you're completely ignoring the returned array players[]. So if you use get_players() and it will return an array like this: players[] = { 1, 3, 6, 25 } And then you loop players like this: Code:
This would most likely result in a crash because it would try to call functions with players 0 and 2 who don't exist. On top of that, players 6 and 25 would be left out of the loop completely. But if you use it like this: Code:
Here's what it should look like: Code:
|
Re: can someone help me with this please!
Quote:
|
| All times are GMT -4. The time now is 15:52. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.