Ok how do I output script that uses flags on gs2?
Like if I want to have npc to react to player if a flag is true.
PHP Code:
public function onCreated()
{
if (strtofloat(#s(clientr.flaggy)) >= 2)
{
canbepushed;
}
}
Something like that tho ofcourse that doesnt work.
