15.03.2010, 12:12
I have church on my server mode and when player type /Pray he need to w8 30 sec and when 30sec gone he get 100$ and unfreez and that work but when somebody else type /pray he dont get unfreeze and i get money not him -.- can anyone help me?
HERE IS THE CODE
<<< /PRAY COMMAND
<<< TIMER
can anyone say me where is the problem....
HERE IS THE CODE
Код:
if(strcmp("/moli", cmdtext, true) == 0)
{
if(PlayerToPoint(5.0,playerid,2490.2896,918.3433,11.0234))
{
SendClientMessage(playerid, 0xFF0005FF,"Pricekaj 30 sekundi da se pomolis....");
TogglePlayerControllable(playerid,0);
SetTimer("Molitva", 30000, false);
}
return 1;
}
Код:
public Molitva(playerid)
{
SendClientMessage(playerid,0x00FF0AFF,"Pomolio si se i dobio 100$ nagrade....");
GivePlayerMoney(playerid,100);
TogglePlayerControllable(playerid,1);
return 1;
}
can anyone say me where is the problem....

