02.05.2017, 18:46
This is how an if statement should look, notice the brackets.
https://sampwiki.blast.hk/wiki/Control_Structures
Here you can find the for loop and see how it looks, notice the brackets.
https://sampwiki.blast.hk/wiki/Loops
Try adding brackets to your code like
https://sampwiki.blast.hk/wiki/Control_Structures
Here you can find the for loop and see how it looks, notice the brackets.
https://sampwiki.blast.hk/wiki/Loops
Try adding brackets to your code like
PHP код:
for(arguments){
if(condition){
}
}