29.09.2010, 15:48
Anyone can fix that:
Error and Warnings:
D:\Lataukset\mrp(2).pwn(36180) : warning 217: loose indentation
D:\Lataukset\mrp(2).pwn(36182) : warning 217: loose indentation
D:\Lataukset\mrp(2).pwn(36182) : error 047: array sizes do not match, or destination array is too small
D:\Lataukset\mrp(2).pwn(36181) : warning 204: symbol is assigned a value that is never used: "cmd"
pawn Код:
new ip[4];
new cmd[256];
if(ipmatch(text, ip))
{
SendClientMessage(playerid, COLOR_RED, "You can't advertisement your server.");
return 0;
Error and Warnings:
D:\Lataukset\mrp(2).pwn(36180) : warning 217: loose indentation
D:\Lataukset\mrp(2).pwn(36182) : warning 217: loose indentation
D:\Lataukset\mrp(2).pwn(36182) : error 047: array sizes do not match, or destination array is too small
D:\Lataukset\mrp(2).pwn(36181) : warning 204: symbol is assigned a value that is never used: "cmd"