29.09.2010, 16:21
[QUOTE=Pixeli;855684]Now i have only 1 error:
D:\Lataukset\mrp(2).pwn(36183) : error 047: array sizes do not match, or destination array is too small
Try that. If it still does not work, change new ip[64]; to a number between 64 to 128.
Oh and here's a tip; 256 uses too much memory. I recommend 128 or 192.
D:\Lataukset\mrp(2).pwn(36183) : error 047: array sizes do not match, or destination array is too small
pawn Код:
#pragma tabsize 0
new ip[64];
//new cmd[256]; // You never assigned this value, so it must be commented.
if(ipmatch(text, ip))
{
SendClientMessage(playerid, COLOR_RED, "You can't advertisement your server.");
return 0;
Oh and here's a tip; 256 uses too much memory. I recommend 128 or 192.