27.04.2013, 03:57
Ajuda pessoal , to botando sistema de login de uma fs no meu gm , mas ta tando 1 Warnings nesse cуdigo
new pName[25];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "%s Entrou no Servidor!", pName); // mensagem se alguem entrar
SendClientMessageToAll(0xAAAAAAAA, string); // COR
return 1;
new Nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, Nome, sizeof(Nome));
DEPOIS DO RETURN 1 , ALGUEM AJUDA POR FAVOR
new pName[25];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "%s Entrou no Servidor!", pName); // mensagem se alguem entrar
SendClientMessageToAll(0xAAAAAAAA, string); // COR
return 1;
new Nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, Nome, sizeof(Nome));
DEPOIS DO RETURN 1 , ALGUEM AJUDA POR FAVOR