28.12.2013, 16:20
Hi,
I do a script with strdel, the script delete the gang tag but don't work.
This is the script:
Thanks
I do a script with strdel, the script delete the gang tag but don't work.
This is the script:
PHP код:
new nick[20];
format(nick,sizeof(nick),"%s",GetPlayerNameEx(playerid));
new lenght = strlen(GetPlayerNameEx(playerid));
new lenght1 = strlen(Gang[Info[playerid][aGang]]);
new lenght3 = lenght-lenght1;
strdel(nick, lenght3, lenght);
SetPlayerName(playerid,nick);