Search Results
Here's a tip for the future: only make a tutorial if you know what you are doing. Nobody's going to appreciate what you do if you fail at it. Also, test any code that you put in a tutorial.
359
Quote: Players with better english tend to be rude, by general observation. Using fullstops doesn't make people better than the others. Where'd you notice that? In the previous ye...
230
Could I have one string for all formatted client messages? PAWN is single-threaded, right? Would there be any problems with this?
79
Remove "strcat(string, string, sizeof(string));".
216
Salut! Je ne parle pas bien franзais, mais le nom de cette gamemode est... bizarre, mais en rйalitй trиs cool! (quand je l'ai vu, je pensais que c'йtait а propos de Nyan Cat...) BTW: Tu est l...
887
Hey! What you're looking for is most definitely a deathmatch gamemode. Check out this thread and look for the DM section: * https://sampforum.blast.hk/showthread.php?tid=287675 Good luck!
166
You really don't know what this board is for, do you? You ask for help regarding SA-MP server related issues in here, you don't post these kinds of things. Also, how is it a joke? I don't get it...
98
Looks like a default object to me. You can\'t do that with SetObjectMaterialText, afaik.
120
If you can't be bothered to describe it, then why did you make this post? Also, this is the wrong section.. Post this in Scripting Tutorials.
98
Telefonul meu e Skype! Am un Samsung vechi, de prin 2005, dar nu știu modelul și nici nu-mi pasă - cвt timp telefonul poate suna și poate da mesaje, merge pentru mine!
178
You don't have the "IsPlayerPaused" function in your gamemode...
162
Copy-paste the OnDialogResponse from your GM here, or PM it to me. You did something wrong.
197
Go to your gamemode (not the filterscript) and find public OnDialogResponse. At the end, you will see 'return 1'. Change that into 'return 0', compile the gamemode, and try again. If it doesn't work, ...
197
You're welcome! Tell me if you have any errors with this method.
116
So, each player name is on a listitem? If your dialog type is DIALOG_STYLE_LIST (which I suppose it is, of course), then inputtext[] should return the text of the list item. You could parse that throu...
116
Si|ent's a betatester. If he says you need permission, then you need permission.
291
If you have multiple filterscripts with OnDialogResponse, then OnDialogResponse has to return 0 in the gamemode. If that doesn't work, try to make it return 0 in the filterscripts as well. Good luck!
197
You cannot use textures from all TXD files. While you can use textures from the TXD files in /models/txd/, you cannot use the ones from /models/. That means, you cannot use textures from effectsPC.tx...
137
Here's your actual issue, my friend: pawn Код: error 003: declaration of a local variable must appear in a compound block To declare a local variable, the previous if statement has to form a comp...
89
Optimising your script can be a tedious job, and it might take quite a long time, but in the end your script will be faster, more efficient and you can tell everyone you're awesome. Here's a post ****...
112