Posts: 303
Threads: 8
Joined: Feb 2013
Reputation:
0
Do some tests and see what happens.
Posts: 233
Threads: 62
Joined: Mar 2013
Reputation:
0
alright I will try that, That was quick 5 seconds
Posts: 381
Threads: 12
Joined: Oct 2012
Reputation:
0
return "SYNTAX /test [input]"); ->> lol wtf?
do if(sscanf(params,"s",input)) return SendClientMessage(playeid, -1, "SYNTAX /test [input]");
Posts: 70
Threads: 20
Joined: Sep 2011
Reputation:
0
why "inputtext" its just input in the scmta
Posts: 233
Threads: 62
Joined: Mar 2013
Reputation:
0
[QUOTE=mastermax7777;2440754]return "SYNTAX /test [input]"); ->> lol wtf?
lol holey shit that is the stupidest mistake ever
well thanks
Posts: 233
Threads: 62
Joined: Mar 2013
Reputation:
0
wow I made more mistake then I thought should have looked closer but I am a lttlel clucker
c]:{
Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
Oh, in case you are wondering strval trims strings so you don't have to worry about whitespaces before and after value (strval(" 1304 ") == 1304)