Search Results
Quote: Originally Posted by SimonItaly But why? 0.3d is almost 6 years old. Because our community has a server in all samp versions.
189
Hey guys, hope you're doing well. I have a server on 0.3d version with IRC system (https://sampforum.blast.hk/showthread.php?tid=98803) and it works well. Two bots, join the irc server and the sp...
189
If you mean you want to stop the sound when the player is leaving the vehicle, Use this code. This callback will be called when the player leaves any vehicle he is in, and you can stop the audio for...
91
You are using a global timer which doesn't set anyone's Spawn info or skin because you didn't give the function the playerid. Use Код: SetTimerEx("spawn",1000, false, "i", playerid); instead of ...
113
Quote: Originally Posted by dopeboy1040 Guzs Its Load But Commands Not work ? Its Compile Properly ?? "AdminScript" Filterscript Is Working and Other Admins FS is Not working Why ?? I m ...
212
It's not always from a missing bracket, check if a line is too long and make it shorter and then try compiling. https://sampforum.blast.hk/showthread.php?tid=570960 This tutorial may also help you.
183
Greetings, I've got this problem in my gamemode, It worked very well previous time I compiled it, and now some commands aren't working. I don't know much about this errors. Anyone can help? I've got a...
45
Quote: Originally Posted by X337 http://files.sa-mp.com/ Oh cool lol, I didn't check this out because I only used to download samp files from it, thanks a lot!
71
Sup y'all? Alright as the topic says, I was looking for Kalcor's VCMP (Not stormeous' one) and I'd like to know if anyone has the client of it and the server pack as well. I'd be grateful also I wi...
71
Quote: Originally Posted by iLearner You c*nt he means the warning, hate when people try to be over smart. Read the first reply again.
92
Quote: Originally Posted by Logic_ It's related to the SSCANF, dude. Nice, I see you use functions like PutPlayerInVehicle by sscanf. Awesome!
92
Quote: Originally Posted by MarkNelson Hello, do you updated your sscanf plugin? and includes? Seriously? this isn't related to SSCANF plugin dude... @Sumit, open your OPA.inc file in ...
92
Try now. Код: CMD:quitjob(playerid, params[]) { if(PlayerInfo[playerid][pDonator] >= 2) { if(isnull(params) || !IsNumeric(params)) { SendClientMessage(player...
187
You probably used it outside of a set of brackets, use them under a callback or move it to the right place it should be. EDIT: It should be under "public OnPlayerConnect(playerid)".
110
Hello everyone; As you can see the Subject, I wanted to talk about a complete and well made gamemode. I've my own server and my own gamemode which is made from scratch and 0 too 100 by myself, I am r...
71
Already using it and It's the best SA-MP Switcher which has been made untill now; Good job.
711
wiki.sa-mp.com/wiki/SetPlayerArmedWeapon
165
You are defining vehicleid with arguments and no function is being used, you must use a function there. Example: new vehicleid = GetPlayerVehicleID(playerid); but if you show more than the line, it'...
73