24.04.2009, 17:25
Is the name:
Weirdosport[Grove]
_________________________________________________
[Grove]Weirdosport?
The second is easier, but the first isn't impossible.
Of course for different gang tags you'd have to change the number 7.
[Grove]
1234567
To suit the gang-tag length.
Weirdosport[Grove]
pawn Code:
GetPlayerName(playerid, Name, sizeof(Name));
strdel(string, strlen(string)-7, strlen(string));
SetPlayerName(playerid, Name);
[Grove]Weirdosport?
pawn Code:
GetPlayerName(playerid, Name, sizeof(Name));
strdel(Name, 0, 7);
SetPlayerName(playerid, Name);
Of course for different gang tags you'd have to change the number 7.
[Grove]
1234567
To suit the gang-tag length.

