Server Crashing- GUI and %%%%%
#5

pawn Код:
forward ReturnStringWithoutBadSign(string[]);
public ReturnStringWithoutBadSign(string[])
{
for(new i=0; i<strlen(string); i++)
{
if(string[i] == '%') string[i] = '#';
}
return string;
}
Then use
[pawn]SendClientMessage(playerid, COLOR, ReturnStringWithoutBadSign(string));//i'm not sure if that works but in theory seems yes...

@edited
Reply


Messages In This Thread
Server Crashing- GUI and %%%%% - by kosa12505 - 02.10.2011, 13:13
Re: Server Crashing- GUI and %%%%% - by brett7 - 02.10.2011, 13:33
Re: Server Crashing- GUI and %%%%% - by kosa12505 - 02.10.2011, 16:02
Re: Server Crashing- GUI and %%%%% - by kosa12505 - 02.10.2011, 16:05
Re: Server Crashing- GUI and %%%%% - by Pharrel - 02.10.2011, 16:10
Re: Server Crashing- GUI and %%%%% - by kosa12505 - 02.10.2011, 16:20
Respuesta: Server Crashing- GUI and %%%%% - by OPremium - 02.10.2011, 16:35
Re: Server Crashing- GUI and %%%%% - by kosa12505 - 02.10.2011, 16:49

Forum Jump:


Users browsing this thread: 3 Guest(s)