Search Results
Can I set it to be that specific dialog button? Because there's other buttons that preceed the dialog button where my dialog shows up (the spawn button).
103
How to make the enter key be equal to pressing a button in a dialog?
103
Thanks man, can you just tell me how do people usually get these positions?
228
Damn xD Thanks though. Do you think it is possible to fade out the music instead of having it stop just all of the sudden? I think I saw that somewhere.
198
Alright, I'm not exactly sure that this was what I was searching for. I don't wanna make it seem like I'm advertising or anything, but this is what I need: Connect to samp.ng-gaming.net:7777 Wait f...
228
I'm talking about the message that appears when the music starts playing, e.g. Audio stream: www.link.mp3, I don't want that to show.
198
Код: if(dialogid == DIALOG_PW) { if(response) // If they clicked yes { if(!strlen(inputtext)) return ShowPlayerDialog(playerid, DIALOG_PW, DIALOG_STYLE_INPUT, ""COL...
36
Nope, the camera is moving around the map, a good example of this is New Generation Roleplay.
228
I've seen it on a number of servers. While the dialogs show up the camera moves, for example above the city.
228
So I'm having thoughts about making my server either in my native language or in english. Would you people let me know if you would play on a server of this type and do you think that a lot of players...
134
After the Gender I want the Age dialog then spawn.
93
Alright, my register dialogues defined: Код: #define DIALOG_REGISTER 1 #define DIALOG_LOGIN 2 #define DIALOG_SUCCESS_1 3 #define DIALOG_SUCCESS_2 4 #define DIALOG_AGE 5 #define DIALOG_SEX 6 my en...
93
Код: public OnPlayerCommandText(playerid, cmdtext[]) { new cmd[256], idx; cmd = strtok(cmdtext, idx); if(strcmp(cmd, "/makeadmin", true) == 0) { new string[128]; new tmp[256]; ...
59
Thanks Godey This is the register/login system that I'm using: https://sampforum.blast.hk/showthread.php?tid=267808 Apparently some of the people who used it also reported this problem so it's pro...
79
Yo, I got an argument type mismatch 2 on this code right here: Код: format(points,sizeof(points)," You need [%d] Exp Points in order to level up, You currently have [%d]",expamount,PlayerInfo...
54,569
Hi, I just started working on a gamemode from 0, just to practice myself after fiddling with some premade gamemodes. These are my questions: 1. So I used a Login-Register account system made by Kush ...
79