View difference between Paste ID: Q1zXj9K5 and f390s50L
SHOW: | | - or go back to the newest paste.
1
new strstringer[50];]
2
3
[22:14:16] d2 = 0 - KyleSmith,729.71,89.90,51.68,1,0
4
[22:14:16] sscanf warning: String buffer overflow.
5
6
7
printf("d2 = %d - %s", d, strstringer);
8
if(!sscanf(strstringer,"s[24]fffdd",DrugPlants[playerid][d][DrugOwner], DrugPlants[playerid][d][DrugPositionX], DrugPlants[playerid][d][DrugPositionY], DrugPlants[playerid][d][DrugPositionZ], DrugPlants[playerid][d][DrugSize], DrugPlants[playerid][d][DrugFertilized]))
9
{