Pickup doesnt create.
#5

The Below code is wrong, so your loading the numbers wrong.

Код:
sscanf(Str, "p<|>is[128]s[24]ffffffiiii", hID, intX, intY, intZ, exitX, exitY, exitZ, hOwner, hWorld, hPrice, hIntID, hLocked);
hID <- INT
intX <- Float
intY <- Float
intZ <- Float
exitX <- Float
exitY <- Float
exitZ <- Float
hOwner <- String
hWorld <- INT
hPrice <- INT
hIntID <- INT
hLocked <- INT

=

Код:
sscanf(Str, "p<|>iffffffs[24]iiii", hID, intX, intY, intZ, exitX, exitY, exitZ, hOwner, hWorld, hPrice, hIntID, hLocked);
Reply


Messages In This Thread
Pickup doesnt create. - by TheINCDope - 06.11.2014, 19:57
Re: Pickup doesnt create. - by CNMike - 06.11.2014, 20:00
Re: Pickup doesnt create. - by TheINCDope - 06.11.2014, 20:23
Re: Pickup doesnt create. - by CNMike - 06.11.2014, 20:31
Re: Pickup doesnt create. - by CNMike - 06.11.2014, 20:39
Re: Pickup doesnt create. - by TheINCDope - 06.11.2014, 20:45
Re: Pickup doesnt create. - by CNMike - 06.11.2014, 20:48
Re: Pickup doesnt create. - by TheINCDope - 06.11.2014, 20:58

Forum Jump:


Users browsing this thread: 1 Guest(s)