24.08.2009, 15:39
You are trying to save a string to a variable, so it needs to be an array, for example "pLicensesInfo[MAX_PLAYERS][<maximum number of letters in string + 1>]". If it is a number that you are retrieving with dini, try "pLicensesInfo[playerid] = strval(string)".
Not sure if either will work, but you can try it.
Not sure if either will work, but you can try it.

