Search Results
I'd love to see Zhao's recolors of the gang skins
https://sampforum.blast.hk/showthread.php?tid=661370
1,325
Quote:
Originally Posted by Kalcor
Would you be happy if sa-mp decided to run all the sa-mp servers?
I'd be fine if sa-mp decides to host all servers as long as the owners still have en...
142,711
Quote:
Originally Posted by ToiletDuck
Is this recommended for deployment?
It's still experimental and could have false positives. You can probably use this to warn/notify admins but yo...
4,064
Quote:
Originally Posted by TonyP
btw i am not a new member....i have been playing since 2011 btw.. main account banned sadly.
lol did u just admit that ur ban evading
5,561
sex rp (i jacked off irl)
1,035
I guess you could try GetPlayerCameraFrontVector and check if the coordinates are in range of the target player.
https://sampwiki.blast.hk/wiki/GetPlayerCameraFrontVector
or just simply
https://sampw...
244
You already have ishex & OnObjectMoved funcs/callbacks in your script. Find their duplicates and remove them.
Regarding the 3rd code, posting the error messages would help us find what's wrong fa...
229
I guess you're using Limitless Roleplay.
Under FuelTimer, find the DestroyVehicle function and remove it.
604
SetPlayerCheckpoint doesn't require any includes/plugins.
CreateDynamicCP uses the streamer plugin, I'm not sure if it removes any limits as only one checkpoint will appear per player, though I would ...
115
Quote:
Originally Posted by ConnorW
Get some friends with you and start working together, i had the same issue before because i always was closed in myself, never trusted anyone but i was ...
1,520
Quote:
Originally Posted by RogueDrifter
Still having same problem as the screenshot above, even after COPYING and PASTING it and NOT downloading it, it just doesn't work. Bummer.
I'm n...
4,769
Quote:
Originally Posted by iorp
you can not pass string array to the integer value
use this instead of inputtext
Code:
strvar(inputtext)
it will convert your string to the integer valu...
158
https://sampwiki.blast.hk/wiki/Lag_Compensation
Did you restart your server after editing your server.cfg?
178
I'm using this filterscript to debug the anims https://sampforum.blast.hk/showthread.php?tid=182937, i just added animationindex value to the message
Tried this with 2 animations
Code:
ApplyAnimatio...
126
Change lagcomp 1 to lagcomp 0 in your server.cfg
178
Made this real quick but should work. Make sure you edit the variables to match with your script.
Code:
CMD:unwarn(playerid, params[])
{
if(!IsPlayerAdmin(playerid))
return SendClientMess...
215
Code:
CMD:kill(playerid,params[])
{
if(PlayerInfo[playerid][Ulogovan] == 0) return SendClientMessage(playerid,-1,"Ne mozete koristiti ovu komandu jer niste ulogovani.");
if(PlayerInfo[playeri...
141
Quote:
Originally Posted by Flaviu11
hmm,yes good ideea. Thank you very much my friend for all!
P.S.: Exist some limit for Dynamicobjects?
No, I don't think there's a limit. Dynamic Obj...
273
You need to find the correct angle that's facing the road.
https://sampwiki.blast.hk/wiki/Client_Commands
You can use /rs in-game while standing at the spot and facing the correct angle.
The coordina...
201
Quote:
Originally Posted by Flaviu11
Oh, i understand. I was preffered to use CreateObject for interiors, because if i enter in to the interior created with CreateDynamicObject i will get...
273