02.12.2009, 02:02
i need to use it like this:
so i can put in say... Players[playerid][username] as the var string. define "a" as the var string. and then write a into pawno so the code reads, format(Players[playerid][username],sizeof(Players[playerid][username]),"%s",field); and not format(a,sizeof(a),"%s",field);
Get what I'm saying? It's hard for me to explain i think.
Code:
new var[64]; format(var,64,"%s",username[playerid]); //in this case, R4nk3d #define a var format(a,sizeof(a),"%s",field);
Get what I'm saying? It's hard for me to explain i think.