08.07.2012, 09:52
I have a bot amde by me on server, but when i upload server on hosting with linux this part doesnt work:
On homehost it works fine and sends to chat message of bot written in a file,like: "Billybot: Hi!" but on hosting it just sends: "Billybot: "
pawn Код:
if(dini_Isset("ZASystem/BillyBot.sav",bottext2))
{
format(str,sizeof(str),"{00ff00}BillyBot: {ffffff}%s",dini_Get("ZAsystem/BillyBot.sav",bottext2));
SendClientMessageToAll(0x00FF00FF, str);
return 1;
}