error 017: undefined symbol "SendClientMesssageToAll"
#3

You probably got something conflicting with SendClientMessageToAll but there is a way around it such as loop around all the players

Код:
for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(!IsPlayerConnected(i)) continue;
        SendClientMessage(i, 0x33AA33AA, "Someone spawned!");
    }
Credits to the wiki witch can be found here: https://sampwiki.blast.hk/wiki/Loops

EDIT: I didn't see the typing error either but this would be a alternative.
Reply


Messages In This Thread
error 017: undefined symbol "SendClientMesssageToAll" - by brandypol - 22.08.2014, 23:23
Re: error 017: undefined symbol "SendClientMesssageToAll" - by ThePhenix - 22.08.2014, 23:25
Re: error 017: undefined symbol "SendClientMesssageToAll" - by Sledgehammer - 22.08.2014, 23:26

Forum Jump:


Users browsing this thread: 1 Guest(s)