20.04.2014, 18:46
Is not playerid, but i:
And:
GetPlayerLastName(i), GetPlayerLastName2(i)
What the difference between GetPlayerLastName(i) and GetPlayerLastName2(i) ? You must using i and playerid.
PHP код:
format(string, sizeof(string), "** Familia %s: %s over. **", sendername, result);
SendClientMessage(i /*playerid*/, COLOR_BLUE, string);
GetPlayerLastName(i), GetPlayerLastName2(i)
What the difference between GetPlayerLastName(i) and GetPlayerLastName2(i) ? You must using i and playerid.