08.01.2012, 03:18
if i put this cmd then people cant type in the login place male or female>>>>
OnPlayerText
#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;
OnPlayerText
#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;