SSCNAF2
#1

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!
Reply
#2

PHP код:
Specifier(s)            Name                Example values 
    i
d            Integer                142, -10 
    c            Character            a
o, * 
    
l            Logical                truefalse 
    b            Binary                01001
0b1100 
    h
x            Hex                1A0x23 
    o            Octal                045 12 
    n            Number                42
0b0100xAC045 
    f            Float                0.7
, -99.5 
    g            IEEE Float            0.7
, -99.5INFINITY, -INFINITYNANNAN_E 
    u            User name
/id (bots and players)    ******
    q            Bot name
/id            ShopBot27 
    r            Player name
/id            ******42 
Reply
#3

Sscanf wiki
You will understand more since it's explained very much!
Reply
#4

Quote:
Originally Posted by RenSoprano
Посмотреть сообщение
PHP код:
Specifier(s)            Name                Example values 
    i
d            Integer                142, -10 
    c            Character            a
o, * 
    
l            Logical                truefalse 
    b            Binary                01001
0b1100 
    h
x            Hex                1A0x23 
    o            Octal                045 12 
    n            Number                42
0b0100xAC045 
    f            Float                0.7
, -99.5 
    g            IEEE Float            0.7
, -99.5INFINITY, -INFINITYNANNAN_E 
    u            User name
/id (bots and players)    ******
    q            Bot name
/id            ShopBot27 
    r            Player name
/id            ******42 
I do not really understand: (
Free text, a sign it?
Reply
#5

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)