Quote:
Originally Posted by Shaheen
Give a try to this solutions..
1) Timer[1] = SetTimer("MoneyBag",600000 , true);
2)about the command try this.
PHP код:
if(!strcmp("/moneybag", cmdtext, true))
{
new string[150];
if(MoneyBagFound) {
format(string, sizeof(string), "{FF9900}The Money Bag is not running!");
SendClientMessage(playerid, -1, string);
} else {
format(string, sizeof(string), "{FF9900}SERVER: The Money Bag has been hidden somewhere near/in %s!", MoneyBagLocation);
SendClientMessage(playerid, -1, string);
}
}
return 1;
}
try it and tell what it shows now
|
Not only it doesn't work it also disables all commands from my gamemode!!