Search Results
ok, I'm here to be banned too, may I join retardation group?
17,062
Quote: Originally Posted by RenanMsV pawn Code: #include <a_samp>main(){} Code: [ FATAL ] Line 1: cannot read from file: "a_samp" first of all you need to get sampctl/samp-stdl...
2,413
They are all safe! Take the one you like
110
Cool job ! I've make a pull request, review it and make your repository(package) more user friendly.
767
Use pawn-humanize. https://sampforum.blast.hk/showthread.php?tid=657062
201
1. show us the lines before 2. there is no function named SendErrorMessage, so if u have copied something from another gamemode script, let's searcj that function and copy it too 3.1 GetPlayerNameEx i...
142
Are you sure you have compatible plugins ? If your vps is Linux, make sure you provided .so after each plugin name in server.cfg
91
This is very old version of YSI, I prefer you to download YSI 4.x from here https://github.com/pawn-lang/YSI-Includes then you include PHP Code: <YSI\y_iterate>  You may get some erro...
329
If you haven't fixed that yet, just review your previous thread. https://sampforum.blast.hk/showthread.php?tid=659377
122
Sorry that I'm not using MySQL. Due to this, I will give you example how to get results, then you have to see mysql r40 wiki on wiki.sa-mp.com and complete my "example". PHP код: SELECT * FRO...
218
As Dayrion said what does "pre formatted messages ors" means? If you are asking for the easy way of avoiding formatting before sending for example client message, yeah ysi supports that. Use y_va va_S...
248
Quote: Originally Posted by jimis #include <YSI\y_ini> its filterscrip Well, I think you are trying to include <YSI\y_ini> before a_samp, don't you ?
313
Well, for Ubuntu, you have to do this. for x64 ubuntu servers: PHP код: sudo dpkg --add-architecture i386// sudo apt-get update// sudo apt-get upgrade// sudo apt-get install libc6-i38...
424
I'm not sure what you are literally asking for, but if you ask how to check if some name exists in database's player's table, let's query this PHP код: SELECT * FROM Players WHERE Username...
178
First of all you need to have column for cash in Players table. In this example, I will use cash as an column of value of cash. So, here it is, but notice that: I don't use easy sqlite and am in a hur...
197
Quote: when putting the wrong car ID appears: "Vehicle not found" The logic you need for what u are asking for is here: PHP код: CMD:vehicle(playerid, params[]) {    Â...
150