Is it possible
#1

Is it possible to detect if a player put a . in the params?

Like /passcode 100.1

I need to detect that he puts a dot after 3 numbers and puts a number after the dot
Reply
#2

Yes.
pawn Код:
if((params[3] == '.') && (params[4] != ' '))
Something to that extent.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)