Not Showing up
#5

Quote:
Originally Posted by Kitten
Посмотреть сообщение
the money part doesnt actually work either

heres the other part of the code that calls the function is on
pawn Код:
OnGameModeInit
which is a timer

pawn Код:
SetTimer("DEFWIN",300000,false); // 5 min
There's your problem, it will only work for a single player, because there is no playerid passed to the callback, therefore it will default to 0 and run all of the code for ID 0. Which basically defeats the purpose of the code!

So what you need to do is take out that playerid parameter, and implement a loop in the code or something along those lines.
Reply


Messages In This Thread
Not Showing up - by Kitten - 27.05.2011, 17:49
Re: Not Showing up - by JaTochNietDan - 27.05.2011, 18:05
Re: Not Showing up - by Kitten - 27.05.2011, 18:13
Re: Not Showing up - by [L3th4l] - 27.05.2011, 18:17
Re: Not Showing up - by JaTochNietDan - 27.05.2011, 18:22
Re: Not Showing up - by BigETI - 27.05.2011, 19:13

Forum Jump:


Users browsing this thread: 4 Guest(s)