Search Results
Well, did you even test your example ? Quote: MIN X = 2505.0696 <- WRONG, 2466.7537 is smaller MIN Y = -1654.5638 <- WRONG, -1686.3413 is smaller MAX X = 2466.7537 <- WRONG , 25...
322
Nice. I made this myself completely via pawn ( Reading SA Nodes, converting into my file format , building graph and so on ) but it is just too slow using pawn. I know how to speed it up, but with the...
888
Oh ... I don't get it why you want the have the fastest system. Anyway. Add a command in your script with your iCmds Include /ban ... use ingame /BaN. It won't work ( case sensitive ).
497
Quote: Originally Posted by ****** Answers in reverse order for no good reason... The LOD thing would be a bit of work - that's the main reason I've not done it. Alright,I collected al...
313
Thanks for your post,I really appreciate it.I actually learned how to use bitwise operations from your code optimisation thread.You do a great job. Quote: Originally Posted by ****** You s...
313
This include may be interesting for you,if you use an object streamer ( doesn't matter which one ! ). It gives you the exact distance an Object is visible in GTA San Andreas. I released a script like ...
313
You better do if(GetPlayerName(...)) { } because it has an inbuild IsPlayerConnected() check. You never check if the player is connected,which will make the code useless at all, because it will al...
70,963
Awesome work! The plugin works just fine over here. Even with a tickrate of 350 everything streames very fast. Anyway,I have one suggestion.I was previously using YSI Objects ( ****** ) [Worked fine] ...
93,423
I really thought this would really work like the "real" 6/49 after I read this: Quote: Lotto 6/49 Exactly how you know it. [...] Code: public LottoNumber() { Numbers[0] = random...
317
Sounds great! Will test it these days,if everything works fine I'm going to use this irc plugin for gAdmin. Suggestion: IRC_JoinChannel(botid, const channel[], password[] );
20,447
Because you use CreatePlayer3DTextLabel,instead of Create3DTextLabel . CreatePlayer3DTextLabel - (Creates a 3D Text Label only for a specific player)
199
Uhm,I guess I understood you now.You want the Rcon cmds to start with '/'. Code: #define rcmd(%1,%2,%3) if((strcmp((%3),"/" #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (rcmd_...
204
Quote: Known bugs: Somehow you can use rcmd commands if you use /, !, ? or any other character in front of the command. That's not a bug.I guess the only thing you have changed is...
204
Do you think the len of BanInfoIP can be longer than it's maximum len / size? BanInfoIP hat 16 cells,hence the string can't be longer than 16. That 'Server Unkown Command' show's up because there must...
100
Quote: Originally Posted by G-sTyLeZzZ Quote: Originally Posted by Spanner~69 Quote: Originally Posted by Decist Germans looll... i heard that samp is being adverti...
1,074
Dont use Wait().This will stop your server for the given XYms. No sync will be done in this time,so your players will get annoyed :\.
171
Works fine and is really easy to use.I'm going to use it for my Admin script . I added some extra functions because I thought they might be usefull,at least if you change from DINI to SII . >> ...
2,159