[help] i have errors
#1

Why i have this errors:

Код:
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
on this code

pawn Код:
stock SendClientMessageUTF8(playerid, color, text[])
{
new str[128];
UTF8_Decode(text, str, sizeof(str));
SendClientMessage(playerid, color, str);
return true;
}
This is line 1152

Код:
 new str[128];
Reply


Messages In This Thread
[help] i have errors - by mariomako - 18.05.2011, 17:43
Re: [help] i have errors - by mariomako - 18.05.2011, 19:22
Re: [help] i have errors - by xalith - 18.05.2011, 19:43
Re: [help] i have errors - by gamer931215 - 18.05.2011, 21:59

Forum Jump:


Users browsing this thread: 1 Guest(s)