Search Results
Yeah, would much rather see more story based DLC's than that.
192
The title says it all and this goes out to all you experienced scripters, what's the best way to make a anti-money hack and how would you implement it.
577
Would be great if you showed people how to salt their passwords for extra protection.
3,241
You just need to read the tutorials thoroughly and change the variables, enums and queries to your liking. There's a lot of documentation out there, you just have to find it. You aren't going to learn...
132
Yeah, always use the search feature. This is the most common one, I believe - https://sampforum.blast.hk/showthread.php?tid=273088. Enjoy.
94
Код: CMD:stats(playerid, params[]) { new string[128], pName[MAX_PLAYER_NAME]; GetPlayerName(playerid, pName, MAX_PLAYER_NAME); format(string, sizeof(string), "--- %s Stats ---", pName); SendC...
71
It also seems as if you need to update your MySQL plugin, too.
202
It attaches perfectly for me, no problems at all. I just tried it through an I-ZCMD command: Код: new Matura[MAX_PLAYERS]; CMD:test(playerid,params[]) { Matura[playerid] = CreateObject(1778, 0....
53
Quote: Originally Posted by kleantzhubi It's not script,It's in Gamemode and i cant find it.i tried CTRL + F "Anticheat","Hack","Cheat","Airbrk,Airbreak" but nothing found Search for th...
136
Could you please show us the function that saves the user when they disconnect?
76
Could you maybe show us the code of the anticheat from your script?
136
You can find a useful tutorial here. The first heading tells you how to run your server on both Windows and Linux.
117
Quote: Originally Posted by Floriian My pawno is crashing!! Sorry for my bad english! Did you add anything to the script at all? Something you may have added may be causing this.
5,640
You do have 'public' in front of OnPlayerTakeDamage and OnPlayerGiveDamage, right?
141
You haven't included 'giveplayerid' in your parameters for your function. Here we go: Код: forward WarnLog(giveplayerid, string[]); public WarnLog(giveplayerid, string[]) { new query[255], uns[M...
66
Quote: Originally Posted by saffierr I don't have any sscanf .inc , forgot that. Can someone share the sscanf .inc ? https://sampforum.blast.hk/showthread.php?tid=120356 Код: #inclu...
160
Quote: Originally Posted by Dorito Thank you very much, I'll check them out! Yeah, I checked those out before you linked them and sadly he stopped making them. Quote: Origina...
182
Quote: Originally Posted by jamesbond007 lol ppl still trying to learn pawn in 2015? hm i guess this old gta is not dead yet EDIT: lol my 666 post
182
Quote: Originally Posted by Cookland https://sampforum.blast.hk/showthread.php?tid=399364 Thank you very much, I'll check them out!
182