28.12.2017, 02:29
Quote:
You should read the wiki, there says clearly:
The Kick/Ban function must be called with a delay just after the SendClientMessage function, that's how SA-MP works in this case. PHP код:
https://sampforum.blast.hk/showthread.php?tid=646264 Alright, here you have something else: doing hours * 24 doesn't return days! You must do hours/24 and round the result because that might be a float: PHP код:
|