02.02.2018, 15:48
//line 32975 format(string2, sizeof(string2), "%s Telah menawari drag kepada anda, /acceptdrag untuk menerimanya", GetPlayerName(playerid));
use
new name[32];
GetPlayerName(playerid,name,32);
now u have tu use name instead of this.
make this change at every lane.
also //line 32964 new ID, string[26+MAX_PLAYER_NAME], string2[20+MAX_PLAYER_NAME];
remove this 26 and 20.
use
new name[32];
GetPlayerName(playerid,name,32);
now u have tu use name instead of this.
make this change at every lane.
also //line 32964 new ID, string[26+MAX_PLAYER_NAME], string2[20+MAX_PLAYER_NAME];
remove this 26 and 20.