Search Results
Beautiful job SA-MP team! Keep it coming! Is lag shooting fixed?
4,949
How can I make my server IP whatever I want it to be? Here's a couple examples of what other, more popular, servers did: server.ls-rp.com:7777 server.pr-rp.com:7777
129
Can anyone think of a possible code with OnPlayerKeyStateChange or whatever it is?
74
You want someone to put months of effort into this and then what they get is "their name in the credits". Seriously?
186
Hi, I've never made or did anything with NPCs. So I have barely an idea of how it works. But does anyone have a filterscript or anything with NPCs that copy your exact movement? It would be nice if th...
74
Loose indenation doesn't mean much. Also, /megaslap won't do anything different then /slap. You need to increase the +10 at the end of the third line.
92
Perfect. And how can I do the same, except only for the players in a certain vehicle?
144
Post it in your language's private forum or translate it for us please.
67
No I mean like, say I wanted to do SendClientMessage to everyone. I would have to do SendClientMessage(playerid, blah blah blah); I want everyone on the server to be classified as that playerid. (I ...
144
How do I define everyone in a specific vehicle as a playerid? How do I define everyone on the server as a playerid?
144
No, when you type the CMD it does nothing.
159
Quote: Originally Posted by Serbish pawn Код: // Top of the ' OnPlayerCommandText ' callback.new cmd[128], tmp[128], idx;cmd = strtok(cmdtext, idx);// Under ' OnPlayerCommandText ' cal...
159
You can also use this https://sampwiki.blast.hk/wiki/SetObjectRot
114
Quote: Originally Posted by Serbish So, you want it happens if you type in chat " 1 " ? /Changestation 1 Код: if(strcmp(cmd, "/changestation", true) == 0) Is above it. Quote: ...
159
Код: new station = strcmp(cmdtext); if(RadioStatus[vehicleid] == 1) { if(strcmp(station,"1",true) == 0) { RadioChannel[vehicleid] = 1; SendClientMes...
159
Under Код: public OnPlayerRequestClass Check if they're requesting the LSPD class. If so do like Код: if(GetPlayerScore >= 200) { SetPlayerClass(blahblahblah); } else { SendClien...
102
AAH! It was a plugin. Thanks.
67
Код: Script[gamemodes/TestGM.amx]: Run time error 19: "File or function is not found" When it's clearly in my gamemode folder?
67
I know exactly what your talking about. Quizes are just a bunch of simple STRCMP texts (for answers) and variables. When the player register, set his quiz variable to 0 (Quiz[playerid] = 0 and questio...
176