13.05.2014, 12:32
Hey,
I try to do it:
and my Pawn Scripting crashes...
I know that's because "VInfo[XPlayer[playerid][CarID]]" , this is on format:
but it's only in this code, I can't found answer, can you help me please ?
I try to do it:
PHP код:
format(string,256,"{FFFFFF}Call Car 1: %s",XPlayer[playerid][OwnedCar] == 1 ? VInfo[XPlayer[playerid][CarID]][VName] : ("None"));
I know that's because "VInfo[XPlayer[playerid][CarID]]" , this is on format:
PHP код:
dfile_WriteString("Name",VInfo[i][VName]);
format(VInfo[i][VName],100,dfile_ReadString("Name"));