#1

Can somebady tell me what's mean this " ? "

I read the pawn-lang , wiki.sa-mp.com , and i didn't found it

Ex:

pawn Код:
SendRconCommand( ServerNameChange ? ("mapname Rusia") : ("mapname Russia") );
Reply
#2

" " in that you must put the name or string or whatever^^ its like
SendClientMessage(playerid,COLOR,"PUTYOURTEXTINHEREPLS");

cheerz
Reply
#3

Quote:
Originally Posted by PawNFoX
" " in that you must put the name or string or whatever^^ its like
SendClientMessage(playerid,COLOR,"PUTYOURTEXTINHEREPLS");

cheerz
He's not talking about inverted commars, he's talking about the triadic operator.

The : and ? are a posh way of saying if something is true, do this, if it's false do this. Let me direct you somewhere useful...

Triadic Operator
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)