17.03.2012, 12:44
Quote:
what about
pawn Код:
|
This might
pawn Код:
if(strfind(name, "[LOL]") != -1) // If it WAS found
{
strdel(name,0,4) // Deletes characters 0,1,2,3,4
// [ L O L ]
SetPlayerName(playerid, name);
}
what about
pawn Код:
|
if(strfind(name, "[LOL]") != -1) // If it WAS found
{
strdel(name,0,4) // Deletes characters 0,1,2,3,4
// [ L O L ]
SetPlayerName(playerid, name);
}