18.05.2011, 17:43
Why i have this errors:
on this code
This is line 1152
Код:
D:\Infinity DM Stunt\gamemodes\infinitygm.pwn(1152) : error 029: invalid expression, assumed zero D:\Infinity DM Stunt\gamemodes\infinitygm.pwn(1152) : error 029: invalid expression, assumed zero D:\Infinity DM Stunt\gamemodes\infinitygm.pwn(1152) : error 029: invalid expression, assumed zero D:\Infinity DM Stunt\gamemodes\infinitygm.pwn(1152) : fatal error 107: too many error messages on one line
pawn Код:
stock SendClientMessageUTF8(playerid, color, text[])
{
new str[128];
UTF8_Decode(text, str, sizeof(str));
SendClientMessage(playerid, color, str);
return true;
}
Код:
new str[128];