Find string after other string
#3

Quote:

CMD:lastname(playerid, params[])
{
new name[24];
GetPlayerName(playerid, name, 24);
new last[20]; sscanf(name, "'_'s[20]", last);
SendClientMessage(playerid, RED, last);
return 1;
}

Sends empty client message...
Reply


Messages In This Thread
Find string after other string - by !LukniS! - 02.04.2012, 11:20
Re: Find string after other string - by Vince - 02.04.2012, 11:23
Re: Find string after other string - by !LukniS! - 02.04.2012, 11:31
Re: Find string after other string - by AndreT - 02.04.2012, 11:43
Re: Find string after other string - by !LukniS! - 02.04.2012, 12:15

Forum Jump:


Users browsing this thread: 2 Guest(s)