25.06.2011, 22:00
Anyways, i got it working with:
Just for people who also want this kind of code.
pawn Код:
new locktext[20];
if(doors == 1) { locktexttext = "On"; }
else if(doors != 1) { locktexttext = "Off"; }