21.03.2014, 17:04
(
Last edited by BWCALLEf; 21/03/2014 at 06:27 PM.
)
Ola Td Bem, Gostaria de saber como faзo para o player quando for registrar poder usar letras e numeros
por que so esta para usar numeros e coisa simples
E se poderem me ajudar tbm estou usando o seguinte
MAS FICA ASSIM NICK:NICK[ID]:<TEXTO> FICA O NICK DEPOIS O NICK DENOVO COM A COR Q ESCOLHI
por que so esta para usar numeros e coisa simples
E se poderem me ajudar tbm estou usando o seguinte
Code:
public OnPlayerText(playerid, text[]) { new textv2[128], name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof (name)); format(textv2, sizeof (textv2), "%d >> %s: %s", playerid, name, text); SendPlayerMessageToAll(playerid, textv2); return 0; // ignore the default text and send the custom one }