Search Results
Quote: Originally Posted by Krest I've been thinking about the same concept as yours for quite a whole now tbh. But sadly I lack any knowledge to script, so I rest this to you. Good luck w...
220
Hello everyone! I've been having a 2-3 year break from Sa-mp merely because the main server I was on got shut down.. Recently i've joined several of high populated well known servers, as well as li...
220
Quote: Originally Posted by Private200 There's a tutorial I've created for this. You can look at this: https://sampforum.blast.hk/showthread.php?tid=428977 Yeah i've seen your tutorial...
88
Hi! I like many others enjoy San Andreas Mulitplayer. Some of us change to the OSX operating system and can't continue to enjoy sa-mp anymore because there is no client that supports our OP. I want to...
88
Hi! I was wondering if someone else is using Volt host as their host. Because when I upload my script in volt host, it spawns in las venturas with a gun, when it's really supposed to follow the script...
65
I advise you to do some research before you post a thread here. Anyways, if someone tells you to make your own script, you don't have to go all suicidebomber on them. Just relax.. Anyways, I did some...
247
I changed the script and got fewer errors! im gonna post the whole ondialogresponse.. pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){    if(dialogid == S...
131
Hey again! I'm really bad at spacing between two different commands! Could you help me with the spacing? I've highlighted the spot! pawn Код: public OnDialogResponse(playerid, dialogid, respons...
131
Hi there! I'm currently trying to create a gun game, developed using samp's LVDM gamemode. What I need help with is how to set up the if's and else's when it comes to giving weapons.. If your famili...
87
Thanks for showing me, and also explaining, but now I have no idea how to do it the reverse way the way you did it, by saving: pawn Код: CMD:buyspawn(playerid,params[]) {    new Float:x, Float:...
139
Use this: pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if (strcmp("/jetpack", cmdtext, true, 10) == 0)    {        if(IsPlayerAdmin(playerid))        {        new...
80
Yes, and I edited my message after noticing that. So please cut the "ffs" if you really want some help here.
140
https://sampwiki.blast.hk/wiki/MoveObject Can you post the part where you have the command?
140
I must include dUserINT in order to load the skin that got bought? Anyways, I did this: pawn Код: new Float:x, Float:y, Float:z;       SetPlayerPos(Float:x, Float:y, Float:z, dUserINT(PlayerN...
139
This also happens if you've made the streamer Whirlpool sscanf as .so in your plugins folder. Are they Dll's or so's?
233
I got this error: pawn Код: C:\Users\reha5\Desktop\samp server\gamemodes\quebradosrp2.pwn(524) : warning 202: number of arguments does not match definitionPawn compiler 3.2.3664          Cop...
139
I'm currently undergoing some testing to my server. I am 20% of being finished, but there are alot of things i'd like to test that I simply can't do alone, if you don't mind stopping by for a few min ...
92