[Ajuda] Probleminha no SendClientMessageToAll (Aviso)
#1

Код:
C:\Users\...\Documents\Biblioteca SA-MP\...\gamemodes\Teste1.pwn(436) : warning: 202: number of arguments does not match definition
C:\Users\...\Documents\Biblioteca SA-MP\...\gamemodes\Teste1.pwn(436) : warning: 202: number of arguments does not match definition
Linha 436:

Код:
    SendClientMessageToAll(COR_AZUL_CLARO, "%s(ID:%d) foi ate o Spawn! (/spawn)", Name, playerid);
Codigo Completo:

Код:
CMD:spawn(playerid)
{
    new Name[MAX_PLAYERS][MAX_PLAYER_NAME];
    SendClientMessageToAll(COR_AZUL_CLARO, "%s(ID:%d) foi ate o Spawn! (/spawn)", Name, playerid);
    SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
    return 1;
}
Poderiam me ajudar Desde jб agradeзo
Reply


Messages In This Thread
Probleminha no SendClientMessageToAll (Aviso) - by Marquito - 05.02.2016, 12:38
Re: Probleminha no SendClientMessageToAll (Aviso) - by Monotox - 05.02.2016, 13:23
Re: Probleminha no SendClientMessageToAll (Aviso) - by hlgamesbr - 05.02.2016, 13:26
Re: Probleminha no SendClientMessageToAll (Aviso) - by Marquito - 05.02.2016, 13:29

Forum Jump:


Users browsing this thread: 1 Guest(s)