Bool Value - 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: Bool Value (
/showthread.php?tid=428842)
Bool Value -
colonel-top - 07.04.2013
Hello Guys i want create simple event system like this and i want bool value can someone help or suggest me plz ? thx
pawn Код:
new bool:event
onplayerspawn
if event = true
setplayerpos ....
onplayercommandtext
.... /startevent
setevevnt = true
.. /stopevent
setevent = false
By use Bool: Value can someone suggest or help me ? plz thx ^^
Re: Bool Value -
Isolated - 07.04.2013
Sorry, could you perhaps explain in more detail what exactly what it is you want, how you want it, and the command processor you use?
Re: Bool Value -
Edvin - 07.04.2013
If you want to use "
bool:variable" you can use just "true" or "false" when you want to check something.