SSCNAF2 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SSCNAF2 (
/showthread.php?tid=511923)
SSCNAF2 -
SpRFux - 08.05.2014
Hey,
As in sscnaf this player u So what is d? And a signal is free text? I would be happy if you can write me a complete list!
Thanks in advance everyone!
Re: SSCNAF2 -
RenSoprano - 08.05.2014
PHP код:
Specifier(s) Name Example values
i, d Integer 1, 42, -10
c Character a, o, *
l Logical true, false
b Binary 01001, 0b1100
h, x Hex 1A, 0x23
o Octal 045 12
n Number 42, 0b010, 0xAC, 045
f Float 0.7, -99.5
g IEEE Float 0.7, -99.5, INFINITY, -INFINITY, NAN, NAN_E
u User name/id (bots and players) ******, 0
q Bot name/id ShopBot, 27
r Player name/id ******, 42
Re: SSCNAF2 -
Affan - 08.05.2014
Sscanf wiki
You will understand more since it's explained very much!
Re: SSCNAF2 -
SpRFux - 08.05.2014
Quote:
Originally Posted by RenSoprano
PHP код:
Specifier(s) Name Example values
i, d Integer 1, 42, -10
c Character a, o, *
l Logical true, false
b Binary 01001, 0b1100
h, x Hex 1A, 0x23
o Octal 045 12
n Number 42, 0b010, 0xAC, 045
f Float 0.7, -99.5
g IEEE Float 0.7, -99.5, INFINITY, -INFINITY, NAN, NAN_E
u User name/id (bots and players) ******, 0
q Bot name/id ShopBot, 27
r Player name/id ******, 42
|
I do not really understand: (
Free text, a sign it?
Re: SSCNAF2 -
iZN - 08.05.2014
d means decimal, playerid is in decimal or integer because i can be used too. The guy above you gave a link to the wiki, you should consider checking that out for more details about every specifier.