Search Results
Awesome, I sent this to a friend that was struggling
2,087
You need to show your /lock command in order to get the variable which allows access to the lock door. Show me this and I'll help out.
95
If you don't have a .pwn maybe you shouldn't be trying to edit it, because it's not yours, just my opinion.
120
https://sampforum.blast.hk/showthread.php?tid=494853 You only need one topic. You have to be patient to get help. We don't know what scripts you running. I can't magically guess your commands. IF you...
72
Yeah... you definitely got to show more code if you want help and explain what you are trying to do. Only thing I notice is, you have APlayerData [ClassTruckDriver] without the playerid part, which y...
70
******, "samp house system site:forum.sa-mp.com" Or use the script request thread: https://sampforum.blast.hk/showthread.php?tid=447813
135
pawn Код: public OnPlayerDeath(playerid, killerid, reason){    new string[128], kname[MAX_PLAYER_NAME+1], pname[MAX_PLAYER_NAME+1];    GetPlayerName(killerid, kname, sizeof(kname));    GetPl...
124
He's asking how does he use the code he posted to load vehicles. I'll post something in a bit if no one else does.
187
Quote: Originally Posted by InfiniTy. "guys i srsly dnt know who owns the srv tho im the only one who is on the srv and it's a default one,but srsly i dnt know who the owner iz !" lmfao
147
I have a pretty good one, here it is: Processor: AMD FX(tm)-6100 Six-Core Processor (6 CPUs), ~3.3GHz Memory: 16384MB RAM Corsair Vengeance DDR3 Video Card: AMD Radeon HD 7900 3GB HDD: ...
518
Hello, me again. I don't understand these crash detect errors at all, so I'm going to post them here and hope you guys could clarify it more. pawn Код: [debug] Run time error 4: "Array index out ...
65
Quote: Originally Posted by _Zeus pawn Код: new vid = vehicleid-1; What if a vehicle has ID 0? It will go -1 which is out of the range. Not sure if that causes though. With mysql, t...
155
I like switches for example : pawn Код: CMD:global(playerid, params[]){    new msg[128], string[128], pName;    if(!sscanf(params, "s", msg))    {        if(PlayerInfo[playerid][pOOCMut...
61
Quote: Originally Posted by Passout Whats the point of SetVehicleNumberPlayer(vehicleid," "); ? Does that need to be? Maybe you need to add text there and not leave the plate blank (Just g...
155
Alright, I've recently added the crashdetect plugin due to request of my host to see if it's my server crashing or an issue on their side. I've checked my logs and I have over 1000 lines saying the sa...
155
What link would you use to stream your own shoutcast using the audio plugin? I tried the listen.pls but didnt work. Any information is highly appreciated.
78
Hm, so you cant use it for other commands like that at all?
128
Hey guys, I tried with the 0 and it still shows up at balance of "1". Is there something else i'm doing wrong?
128
I tried with 0 as well and it didn't work, hm, I'll try again, thanks.
128
I have this code, but It doesn't work. I'm trying to still learn these new functions before I convert my gamemode. Anyone tell me if I'm doing something wrong, thanks in advance. pawn Код: public...
128