02.01.2012, 08:53
About loose indentation take a look at this one https://sampforum.blast.hk/showthread.php?tid=274028
The other error i think was happening when you had a global variable and a local one with the same name.
For example at the top of the script you have "new playername" and somewhere in the middle of the script you also use again "new playername" to create a local variable.
The other error i think was happening when you had a global variable and a local one with the same name.
For example at the top of the script you have "new playername" and somewhere in the middle of the script you also use again "new playername" to create a local variable.