12.09.2012, 18:36
"Only the host can manage textdraws. (Your ip is remote)"
WTF ?
How to fix that ?
EDIT:
I found it, and fixed. You must open pawno, open iTD.pwn press CTRL+F type in that box 'cmd:itd'
And remove that after that '{'
WTF ?
How to fix that ?
EDIT:
I found it, and fixed. You must open pawno, open iTD.pwn press CTRL+F type in that box 'cmd:itd'
And remove that after that '{'
pawn Код:
new IP[16]; GetPlayerIp(playerid, IP, sizeof IP);
if(strcmp(IP, "127.0.0.1"))
return SendClientMessage(playerid, 0xFF0000FF, "Only the host can manage textdraws. (Your IP is remote)");