Search Results
Wow, wasn't expecting that! Thank you very much, I think I can actually work out how to incorporate it into my own script. Thank youuuuuuuuuuuuu! (I'll give you rep)
108
Could someone explain to me what "targetid" is? And how I could define it/use it? I've used it in many of my filterscripts, but it never seems to work. Please? Thank you.
108
Ok, two things: First: Thank you for helping me! Second: Out of the script you just gave me, which is the actual line that allows you to hear everything? Like, the actual thing which allows you to ...
69
Hey everybody, just had a question to ask: Basically, I'm making a script where if you type in a certain command, you can hear everything around you. I'm not talking about everything on the server, b...
69
Thank you very much. Is strtok easier than the method I'm using?
228
This is my /me and /do script: pawn Код: public OnPlayerCommandText( playerid, cmdtext[ ] ){    if ( !strcmp( cmdtext, "/me", true, 3 ) )    {        if ( cmdtext[ 3 ] != ' ' || !cmdtext[...
228
Thank you. In that case, would /shout be cmdtext[7]?
180
Yes! It worked, thanks! But it has one little error: Whenever I speak IG, it shows up as: Gramercy_Riffs says [Low]:w Hello. That little "w" was showing up, any ideas?
180
This is my /low command: pawn Код: stock SendClosestMessage( playerid, color, const string[ ] ){    new        Float: jPos[ 3 ]    ;    GetPlayerPos( playerid, jPos[ 0 ], jPos[ 1 ], jPo...
180
Sorry for the bump, but this is desperately needed!
109
Apologies. Added the two /enter and /exit commands to the main post.
109
I basically have two /enter and /exit commands for separate icons. However, when I /enter at one icon, I teleport too the interior for the other icon and when I exit that interior, I go to the actual ...
109
It happened to me because I had an error in my gamemode, which I had compiled incorrectly on PAWN. Try and compile it again and check for errors. If you get one, then you'll have to fix it. I can hel...
359
This happened to me a while ago. Check everything is correct in your server config.
359
I basically have two enter commands, one for a bank, and one for a sheriff's department. The interiors are set, and the small (i)cons are all on their positions. However, both of the buildings are en...
112
Does anyone know a way that I could create a local chat? I had one written however it came up with a number of errors, and I decided to delete it and rewrite it seeing as it was bogus. Does anyone ha...
133
Hey guys, I've just put some codes down for an /exit command however when I compile, I get these errors: Код: C:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\SAMP\filterscripts...
239
I still get an error. Код: C:\Program Files (x86)\Rockstar Games\Grand Theft Auto San Andreas\SAMP\filterscripts\bankentry.pwn(84) : error 001: expected token: ")", but found "{" C:\Program Files...
240
I'm using a simple teleport script using /enter, however I keep getting a single error. My script: pawn Код: #include <a_samp>new infopickup;public OnFilterScriptInit(){    print("\n----...
240