Search Results
I tried that but it also didn't work. I also tried return -2 but that didn't work either.
71
En lugar de ponerlo en "/top5", se necesita poner tъ codigo en OnPlayerSpawn. pawn Код: public OnPlayerSpawn(playerid) {    new        playerScores[MAX_PLAYERS][rankingEnum],        in...
65
Hi guys. I've noticed that whilst the server calls my OnPlayerDisconnect hook in my include, it doesn't call my OnPlayerDisconnect callback in my main script. Here is my include: pawn Код: #inclu...
71
Sн, tu ejemplo te imprimirнa 2 mensajes porque cuando el sistema alcanza "case 6", el variable estarб 6. Se puede utilizar un variable temporal (como en el siguiente ejemplo). pawn Код: new v...
75
Quote: Originally Posted by Khanz I'm sure they don't use their home ISP's upload isn't capable to take down a VPS server. They clearly are using botnets/booters. OP says he has "an IP"...
610
Quote: Originally Posted by Khanz I'm sure they won't give a fuck. I'd think that if they are liable for damages (which they are by allowing their customers to perform DDoS attacks with...
610
Thanks guys, it works great! https://www.youtube.com/watch?v=K9jM3UopcIM
142
Intel OverviewThis include allows you to set up "intel" points. They're honeypots hidden around the world for players to search for. You can control the rewards of the intel item. The include was, of...
170
Great work Marvin - now I'm thinking of migrating my (small) game mode over to Shoebill as I'm much more experienced with Java!
29,893
Quote: Originally Posted by Vince Except that will check vehicles in all directions. The OP specifically asks for the front (speed radar?). The way I'd do it would be with the streamer plu...
142
Thanks, but I don't want the closest vehicle. I want the closest vehicle that is in front of the given vehicle. The purpose is for players in police cars to be able to "read" the license plate of the ...
142
Quote: Originally Posted by Opptur I got it, but I have one question regarding global variables. Let's say that I have something like this in the "variables" file: pawn Код: enum pData...
84
When a player is driving a vehicle, how can I get the ID of the vehicle in front of them within a distance of 50m (if there is a vehicle within 50m). Thanks
142
Use OnPlayerKeyStateChange to listen for KEY_LEFT and KEY_RIGHT.
118
Quote: Originally Posted by DuongNghia - Can't you make this fs don't lose heath when we thrown that grenade?? Yes, I can, but then the player will take no damage from any explosions at...
332
Quote: Originally Posted by HitterHitman EPIC EPIC EPIC!!! Good job bro Thanks. Feel free to make any suggestions you have in mind.
332
Small update, went from this: pawn Code: case 1:{        SetPlayerDrunkLevel(playerid, 10000);}case 2:{        SetPlayerDrunkLevel(playerid, 8000);}case 3:{        SetPlayerDrunkLevel(pla...
332
Flashbang OverviewThis filterscript allows the grenade in San Andreas to double-up as an incendiary flashbang. When a grenade detonates near a player, they will be temporarily blinded and disoriented...
332
Quote: Originally Posted by [Twixx] Wrong section https://sampforum.blast.hk/showthread.php?tid=447813&page=459 Ah, thanks.
94