Delete string
#1

Ok its me again
I have these system
pawn Код:
#define MAX_GANGS 6
new gangNames[MAX_GANGS][MAX_GANG_NAME];
//How i store gang name (i is the ID)
format(gangNames[i], MAX_GANG_NAME, "%s", gang_name); //gang_name (params) player input
So how i can delete WHOLE gang name?
Reply
#2

pawn Код:
gangNames[i][0] = '\0';
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)