Search Results
Looking for someone who would like to create a new RP server with me. Not much details to follow as of yet!
362,163
Remove the "s" from https:// then it should work fine.
254
Most of the above comments are rude and arrogant. Why couldn't anyone answer the question with some decency without any bullshit. Yes, I agree some research could've drawn some answer. The answer to ...
259
Hi, I ran into the same issue recently. I fixed this by downloading and running the following: - https://www.microsoft.com/en-gb/down...s.aspx?id=5555 Hope this helps. Kind Regards, Sledgehammer.
474
I don't want to use SA-MP_MyShittyNameHere because I want to be obama. Other than that, this game is very addictive and would suggest someone to start up a party asap for fun.
1,386
It honestly depends on how experienced, and determined you are to make a game-mode from scratch. Otherwise, I would suggest editting a game-mode for a while.
399
I'm currently showing a dialog (DIALOG_STYLE_INPUT), requesting players to insert their age in the following syntax: DD/MM/YYYY I'm unsure how to make such system. How would I check if they entered t...
138
Have you given permissions to the user to access the database?
374
Is your server and client version the same?
305
It shows how many vehicle models have been loaded, not how many vehicles in total.
265
Check how I've done it. I've added both of those commands under the same function. If you're going to add two seperate timers, you shall need two seperate functions.
280
Well, You could use a timer which is called every 7 minutes. Under ongamemode add this: Код: SetTimerEx("OnClearChat", 420000, true); // Calling the function OnClearChat every 7 minutes. Some whe...
280
https://sampforum.blast.hk/showthread.php?tid=499126 Quote: Originally Posted by ColeMiner Sadly INI_String doesn't really support strings in 2d arrays because PAWN doesn't really support ...
228
INI_String("Mobitel",PlayerInfo[playerid][Mobitel]); Try this?
228
Код: format(string, 256, "%s{FFFFFF}[ %s {FFFFFF}] %s\n",string, alevel, PlayerRPName(i)); Your code can also be optimized: Код: if(strcmp(cmd, "/admins", true) == 0) { if(IsPlayer...
238
Are they MySQL? If so, you need to change the configuation and upload the database etc. to get it work.
316
The code doesn't just break because you upgraded it to 0.3.7. Please help us to help you. Currenty you've only stated the obvious, and have shown no code.
316
Quote: Originally Posted by Vince Has nothing to do with it, as in this context both versions have exactly the same effect. But try: Код: new a = 5; new b = 5; printf("%d", a++); // p...
527
Mind coping that code here? Line 2317 -- 2326 so I can correct it for you?
346