08.01.2012, 03:11
Please help ok..If somebody tries to login and he logs on then the Male and female comes if he/she types male.female then the male/female go in the chat and they cant login... and type the age..please help me..+Rep for the helper that help me fix it!please..its from the thing that i put for the t chat..please help..if i put this back then new players cant type male/female because the male/female go in the t chat..im romanian i hope you understand.
#pragma tabsize 0
//if you have Loose indentation use code up
new a[MAX_PLAYER_NAME];
GetPlayerName(playerid,a,MAX_PLAYER_NAME);
format(text,128,"{247BFF}%s spune: {FF3F0F}%s",a,text);
SendClientMessageToAll(0x00E6E6FF,text);
return 0;
#pragma tabsize 0
//if you have Loose indentation use code up
new a[MAX_PLAYER_NAME];
GetPlayerName(playerid,a,MAX_PLAYER_NAME);
format(text,128,"{247BFF}%s spune: {FF3F0F}%s",a,text);
SendClientMessageToAll(0x00E6E6FF,text);
return 0;