05.03.2015, 13:19
I have this code in my game mode all over
How can i replace it, with "\0" (i mean with nothing).
pawn Код:
gObject[0] =
....
gObject[442] =
gObject[0] =
....
gObject[442] =
Only "gObject[0] ="? In that case: gObject\[[0-9]+\] \=
You might want to add a space after the = sign (if there is one between it and the CreateObject or w/e you use), so you don't get loose indentation warnings. |