08.08.2012, 01:11
pawn Код:
new Str[25], String[41];
strcat(Str, PInfo[0][ITEM_0]); strcat(String, PInfo[0][ITEM_1]); //Altere com os nome dos Itens.
sscaf(gQuery,"e<p<|>s[25]s[41]s[16]iii>",PInfo[0]);
strmid(PInfo[0][ITEM_0], Str, 0, 25); strmid(PInfo[0][ITEM_1], String, 0, 41); //Altere com os nome dos Itens.
printf("IP: %s Money: %i Score: %i Level: %i",PInfo[0][pIP],PInfo[0][Money],PInfo[0][Score],PInfo[0][Level]);