Search Results
A compiled file can not be converted into a source file. I'm sure there will be ways to do it eventually, but as of now there have been none released on the forum.
267
It looks to me that most of this "tutorial" is just copied and pasted. Little to nothing explained.
338
Oh, <> doesn't work for me, but quotation marks do! Thanks for the help. Example for anyone that needs help with this: pawn Код: #include "../gamemodes/inc/test.pwn"
108
Quote: Originally Posted by MasonSFW You should put test file to include folder. And use this code pawn Код: #include <../include/test.pwn> Same thing Код: ***.pwn(...
108
I've done it before, but I'm just derping right now. How would I do this? test.pwn is in /gamemodes/inc Code to include the .pwn file pawn Код: #include <./gamemodes/inc/test.pwn> Error ...
108
Quote: Originally Posted by Abagail Pastebin please. http://pastebin.com/5rq8J3J6
456
Quote: Originally Posted by mkdim9z6 how to send a NickServ command like /identify When IRC_OnConnect is called, send a message to the nickserv.
19,772
Yes, I do. I only wear my glasses while driving, and while in school though.
193
You could use y_timers or just the native timer function, then make a loop within the timer function that saves the player information the same way you would in OnPlayerDisconnect.
179
Quote: Originally Posted by XGreen It Can. It's not meant to be. I didn't say it "couldn't" be read.
210
Quote: Originally Posted by XGreen Hello!, i restored my .pwn file with 'Recuva' cuz i accidentally delete my script. but, when i open it with Pawno, the script is totally messed up.... t...
210
Quote: Originally Posted by Brys Hello,i'm playing on Indonesian server but the ping always high just for me,i'm living at Palestine,please help me to low the ping "ping is high just on th...
241
Use a loop then. Default SA-MP Example: pawn Код: CMD:test(playerid, params[]) {    for(new i = 0; i < MAX_PLAYERS; i++) {        PlayAudioStreamForPlayer(i, "audiostream");    }   ...
163
Never seen anything like it. Great job on this Southclaw.
613