Search Results
Quote: Originally Posted by X337 I don't talk about responsiveness, i'm talking about the accessibility whilst you are on a small screen. There's no point to hide those menus on small scre...
238
Quote: Originally Posted by X337 Those menus are hidden on small screen. Not sure if you read the other comments but i did mention that the responsiveness i going to come at a later sta...
238
Quote: Originally Posted by BroZeus It's not responsive, my screen resolution is really small and I had to zoom out to get it to look like a normal header. One more problem: https://i.gyaz...
238
Quote: Originally Posted by Astralis Make it bigger. as in wider, or height wise?
238
Hi guys, please can I have some constructive feedback and suggestions on how I can improve the look of the header I have so far on: http://kingpin.000webhostapp.com/testsite2/index.html Any suggesti...
238
Quote: Originally Posted by vignesh007 1) Update your website's contents. It seems to be the contents of pre-exisisting theme provided by webhost. 2) Park your website to a custom domain. ...
175
So guys, I've started a project in which I need to create a text based game. I have decided to go for a text based drug king pin game - race to the richest drug lord etc... Here is the link to the or...
175
Also, if any one is interested in making apps/programs/websites etc together - learn off each other, hit me up and see what happens
718
Quote: Originally Posted by BlackBank3 My work(Webdeveloper frontend & backend): HTML, PHP7, CSS/SASS, SQL and JavaScript(with NodeJS and webpack). My free time: C/C++ As you do th...
718
Hi everyone, just wondering how many of you are software engineers or code c#, swift, php etc.. Would love to meet some of you guys, bounce some ideas off each other etc.
718
pawn Код: new PoliceCars[50]; pawn Код: PoliceCars[1] = AddStaticVehicle(598,2312.0000000,2431.1001000,3.1000000,0.0000000,-1,-1); Could i actually do: pawn Код: if(vehicleID == PoliceC...
50
pawn Код: public OnPlayerStateChange(playerid, newstate, oldstate){    new vehicleID = GetPlayerVehicleID(playerid);    if(newstate == PLAYER_STATE_DRIVER && PlayerInfo[playerid][pFac]...
50
Quote: Originally Posted by Pottus Look at here man everything you need to know. https://sampforum.blast.hk/showthread.php?tid=571159 That's exactly what I was following before and bam...
87
Quote: Originally Posted by Pottus Why would you do that? Bad design and it is causing you problems already! You should have something like Код: #define VEHICLE_TYPE_STANDARD 0 #defi...
87
Hi guys, can someone please tell me how I can go about looping through an enum (faction vehicles) so that I can create a command to reset all unoccupied faction vehicles? pawn Код: enum teamCars{...
87
Quote: Originally Posted by Vince Because you have a return right there. Return stops the function immediately. Also use constant arrays to store the rank instead of repeating "set your r...
86
So the below code, I want it to send a message when the user is made a higher rank than he is. For example, if my level is 4... and I'm made level 5... then it'll say promotion and it'll say derank if...
86
Quote: Originally Posted by mongi I guess here is the problem PlayerInfo[playerid][pFac] == FAC_POLICE; should be PlayerInfo[playerid][pFac] = FAC_POLICE; 2 equal ( == ) used in If st...
96
Quote: Originally Posted by Wary Good Not quite sure I understand
96
Hi Guys, I am creating my own Cops n Robbers Gamemode from scratch and I have some pretty complex, advanced stuff in here but apparently the simple stuff caught me off guard and I've tried 100 differ...
96