Search Results
How are you installing phpmyadmin? I suggest u just use composer.Just install it in a webdirectory and change your apache/nginx config so you can access it
144
Getting host-tab from a company is usual more expensive than buying it from an individual (like me). Also OVH, RamNode or Vultr have great VPS plans. With a VPS you can do a lot more than just some pl...
1,793
Everything has been moved to a gist file. You can contribute yourself by forking, editing the file and pushing your changes to your github. Note: gists do not have "pull requests" which means the on...
4,402
Quote: Originally Posted by Hunud Anyone could say that, but at least i think there is much better options "Vince" as example I'm kinda sure it has to be a person who has a long-term se...
1,498
[MV]_cPanel Introduction I'm sure you heard this name before - right here, years ago: click. But it was time for an update .. a serious update .. a rescripted update. So here it is. And meanwhile ever...
944
@lorenc u shouldve asked if anyone wants to take it over, like i wouldve said im interested in doing that as i like challenges
339
You cant have a 2 dimensional array in an enum, place it outside of it. Which becomes a 3d array Код: Ckasf[MAX_CLANS][8][19]
256
Quote: Originally Posted by Chaprnks When you say, create an empty repository in the gamemodes directory; are you referring to adding the .amx to the repo, or putting the .pwn's; in combin...
749
Using y_ini would be a bad practice lol, I don't like to use files when SQL is so much easier to use
749
Ok, good news. Found another API and well .. it's on Github right now. So yes - this API is working. I added JSON stuff to the other API nonetheless. In case it works again, ...
2,957
I stumbled on this issue too, they must've changed something again in the API that I dont know about. It gets all the data perfectly, but the streaming itself - there's no sound. Using the streamlink ...
2,957
Ah man, how much I wanted this... I'm so relieved. Finally I've made it to work, and well here you guys have it too! Information So this is a mix of files/release that will make your developing eas...
749
Thats the kind of enum i mean u have to make. Without a name. You have Код: enum dialogids { } while it better be Код: enum { }
136
Just do Код: enum { ... } No need to give it a name. Else u need to make a new variable like Код: new Dialogs[dialogids] and use that in the if statement
136
Quote: Originally Posted by iLearner Consider updating the script, your example script itself gives "Number of arguments..." warning. and does not play. It's been updated 18 days ago, ...
2,957
Blind? /s Quote: mysql_format(g_SQL, query, sizeof query, "INSERT INTO `players` (`username`, `password`, `salt`, `IP`) VALUES ('%e', '%s', '%e', '%s')", Player[playerid][Name], Pla...
97
Quote: Originally Posted by Vince Had too many misfortunes with overheating hardware and crappy driver support. That doesn't apply anymore, trust me - my RX480 doesn't go over 65 °C at...
566
Quote: Originally Posted by ExTaZZ69 A video as example would be great. Ok it did it quickly, but added anyway
372
PlayerCameraRotateFromPoint Intro While updating my server I wanted something new in my class selection. That the players camera would rotate above SF, LS or LV. I've searched around the forums, but ...
372
Quote: Код: MSelect_Open(playerid, function[], items_array[], items_count, bool:list_loop = MSELECT_DEF_LIST_LOOP, header[] = "", button[] = MSELECT_DEF_BUTTON_TEXT, button_next[...
771