Search Results
Sounds like time for me to release my guards skins too here.
2,696
I have a models folder there, and I have OnPlayerFinishedDownloading too. I have also updated .inc files to 0.3DL's ones once more to make sure. Vehicles started spawning properly, and I've made NPC...
450
G'day, folks! When I was coding my server, I've noticed that SAMP server stock includes are not quite what I was looking for (OnPlayerFinishedDownloading wasn't defined). I assumed I might've forgot ...
450
Try to manipulate his character's state, like TP him or something of sorts.
129
@the topic of the plugin it says the following: You have to install Microsoft Visual C++ 2010 Redistributable Package (x86) to run TDE Did you do this?
139
When you format your DIALOG_STYLE_TABLIST_HEADERS, you simply do a player loop: Код: new pcount[2]; for(new i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i)) if(PlayerArea == 1) pcou...
145
PhiladeplhiaCollins, when you make a game of Golf with the help of PeppeAC's model physics include, you can use this to switch between golf clubs during playtime if you hang one of those on your back....
1,128
RedFusion, any chance you'll make your map editor support dynamic objects? I'd love to use your map editor to edit my huge 2.7k map lol
8,066
IKR it's kinda old topic, but... Is there anyone who've made snow map for the whole state excluding alpha-containing objects such as trees, and some others, like those that couldn't have such snow on,...
2,395
Bump. Come on, buddies, is there nobody around this section of forums who works with plugin development nowadays? :C
252
Can someone please compile this one for me or direct me to a guide? I have no slightest idea on how to do it
252
@Calisthenics, yeah, luckily there is source code for SATTP. But I have no idea how these things are done. Do I need Visual Studio with cpp or whatever is used in there? Is there any guide?
252
@Gammix, allows to set up Apache (AFAIK) web server. Need it for my server's needs. Also supports PHP. Which I obviously need too.
252
Hello there, lads! I've struck upon a serious problem that messes up the way my server works. A lot. I've installed SATTP. It started giving me tons of warnings, like... Код: [18:42:44] [sampgdk:...
252
Then, you format the text being sent in OnPlayerText callback: Код: public OnPlayerText(playerid, text[]) { if(PlayerInfo[playerid][pAdmin] > 0 ) // I'll assume you have player data regardi...
289
What are you trying to do? Are you trying to add an admin rank next to one's name if he's an admin on duty?
289
Hello again! (c) I've made a command to /conceal brass knuckes, to RP'ly hide them so noone can MG it and so you don't get unfair buffs in a melee fight. The only problem is that the knuckles are sti...
96
you can use pseudorandom for it. e.g. let's say you want someone to have 15% chance to be successful in *put action name here* Код: new chance = random(100) //Random number (from 0 to 99) if(chanc...
329
Either update your plugins, or check if you wrote them under 'plugins' entry in SA-MP server configuration file.
118