16.05.2012, 11:58
Hi guys,
what's wrong with it? I'm getting error 010: invalid function or declaration
what's wrong with it? I'm getting error 010: invalid function or declaration
pawn Код:
stock SendMessageToGang( gangID, COLOR, msg[ ] ) // here is error
{
for( new i; i < MAX_PLAYERS; i++ )
{
if( IsPlayerConnected( i ) && variable[ i ][ var ] == gangID )
{
SendClientMessage( i, COLOR, msg );
}
}
}