Search Results
"u" =name or id (this is bugged in my tests..it works 80% of the time and in the other 20% it returns a random text,integer or float) "d" = ID//integer "s" = string I don't know if this is what u m...
188
you must be very not paying attention here.. As far I know , filterscripts are like classes (Like the the working or use of it). Correct me if I'm wrong. So filterscripts could use global functions?...
185
Use tick, on every 100 updates, he should refresh 1 time.. Then you'll save 99 times refreshing that is not needed! (if you use OnPlayerUpdate) Indeed ,if this streamer doesn't have this already, it'l...
196
You should make exceptions for NPCs, for login passwords spawns whatever.. if(IsANpc(playerid) == 1)return 1; is an example to skip checks if they aren't neccesary for bots
138
Could be serveral problems : -Courtgun could be defined wrong -Wrong pickuptype ( you have the pickuptype on Not Pickable, not changable) -Why should you use a loop in a loop? (1 for ammo, 1 for wea...
74