Search Results
Does it have a smooth output when you do it each second? I haven't tried it myself yet, just curious
135
Yea that was one of my guesses as well but when you hover that button it's exactly like when you hover a actual dialog button, it slightly goes above and the borders get red
135
Hey, I just stumbled upon something interesting regarding dialogs. My question is how is it done? They managed to make one of the dialog's button play a timer, I personally thought dialogs were stati...
135
Redemption roleplay is a roleplaying server set currently in the year 2050 in a future post-civilization world. Server Address: 141.138.136.239:7777 Website Address: redemption-rp.com Introduction ...
221
https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer Quick example: pawn Код: for(new i = 0; i < MAX_PLAYERS; i++){      if(Get...
193
I think the only way to do this is using the function PutPlayerInVehicle under OnPlayerExitVehicle. Using TogglePlayerControllable freezes the player entirely
158
Haven't seen a mill before on samp, I like it. Try making it spin
415
I'm not sure but I think there is a function called SetDynamicObjectRot
85
We at Redemption Roleplay are looking for graphics designers and video editors. Redemption Roleplay is nearing the Grand Opening and we're looking for ways to promote the community. If you're up for t...
197,431
It's nice good work, would also be nice to have a classic wild west jail in the sherrif's building like one or two cages and wooden textured floors and brick walls
522
It's perfect in my opinion, keep up the good work
311
if(mysql_num_rows()== 1); to if(mysql_num_rows()== 1)
326
Do you break your loops when the result is true? Код: if(((x+2.5 >= DropsInfo[i][wp_x][k] && x+2.6 <= DropsInfo[i][wp_x][k]) || (x-2.5 >= DropsInfo[i][wp_x][k] && x-2.6 &...
74
Did you use this under; public OnPlayerConnect(playerid) { removehouseFurniture(playerid); return 1; } Like that?
124
Tried displaying the actual ID but it doesn't display that either. I tried returning it with the killtimer as well. Код: [31/05/2017 21:58:39] leveled up (level 284) [31/05/2017 22:02:35] ****_...
214
pawn Код: GPN(playerid){     new name[MAX_PLAYER_NAME];    GetPlayerName(playerid, name, sizeof(name));    for(new i = 0; i < MAX_PLAYER_NAME; i++)    {        if(name[i] == '_') na...
214
Hello everyone, I've noticed some weird things in my chatlogs I'll display it for better understanding. This is what comes up in the logs: Код: [31/05/2017 15:21:24] leveled up (level 282) It l...
214
Hello, I've tried few ways to display one object in a single Interior and Virtual World only but it still shows in every single Interior or VW anyone got tips for me? Tried both this: CreateDynamicO...
35
Quote: Originally Posted by Dignity Are you streaming the objects inside the filterscript? What about the gamemode? Are you using the streamer plugin there? Yea I'm using the streamer ...
257
Quote: Originally Posted by Dignity What's that filterscript do? It seems a bit odd for a filterscript to halt the entire server but you never know. Also, if you think plugins are causing...
257