This cmd crashes pawno
#3

Quote:
Originally Posted by Stigg
Посмотреть сообщение
This:
Код:
robtime[MAX_PLAYERS] = GetTickCount();
Should be:
Код:
robtime[playerid] = GetTickCount();
And this:
Код:
if((GetTickCount() - robtime[MAX_PLAYERS]) < 120000)) return SendClientMessage(playerid,color,"You have to wait.");
Needs attention too.
Код:
if((GetTickCount() - robtime[playerid]) < 120000)) return SendClientMessage(playerid,color,"You have to wait.");
Reply


Messages In This Thread
This cmd crashes pawno - by Face9000 - 03.01.2012, 20:32
Re: This cmd crashes pawno - by Stigg - 03.01.2012, 20:34
Re: This cmd crashes pawno - by geerdinho8 - 03.01.2012, 21:38
Re: This cmd crashes pawno - by fiki574 - 03.01.2012, 21:55
Re: This cmd crashes pawno - by Babul - 03.01.2012, 22:47

Forum Jump:


Users browsing this thread: 2 Guest(s)