Search Results
Quote: Originally Posted by Wizzard2H More active members? Does it make any difference? People would still use safari rather than Tapatalk because they can browse other tabs without having...
216
Quote: Originally Posted by Wizzard2H How about no? How about you tell my why not? Quote: Originally Posted by StuartD afaik this has been suggested before and was ignored /...
216
I have a suggestion for the forum and that is to make this forum able to follow on tapatalk for your mobile phone. Tell me what you guys think!
216
Quote: Originally Posted by Amunra First, You can Make All codes On 1 Gamemodes .. But If you want to Make on Filterscript ..Not Probs But You must Know How Much Filterscript and Gamemodes...
156
Quote: Originally Posted by TwinkiDaBoss 1. I personally never use filterscripts unless I need for example PleoMax textdraw editor etc. etc. But you can use them. Best way I find is by hav...
156
Hello, I am thinking of getting into SAMP coding again, but I want to ask some questions about this. First question: If I am making a server, would I put all the codes in 1 gamemode or in a gamemode ...
156
Quote: Originally Posted by Matess PHP код: SetTimerEx("Speedometer", 100, true,"i",playerid);  Quote: Originally Posted by Jefff and https://sampwiki.blast....
203
NVM, I fixed the error. new PlayerText:SPEEDOS[MAX_PLAYERS];
203
Like this then? Код: #define FILTERSCRIPT //------------------------------------------------------- #include <a_samp> //------------------------------------------------------- new Text:SPEED...
203
Ok, I tried doing the player textdraws. I got these errors now: Код: C:\Users\Ruud\Documents\Samp\RP alles in 1\filterscripts\speedometer.pwn(17) : warning 213: tag mismatch C:\Users\Ruud\Document...
203
I downloaded this speedometer, but it does only work for the player with the id 0 pawn Код: #define FILTERSCRIPT//-------------------------------------------------------#include <a_samp>//--...
203
Thank you, that worked. How can I make like a command that answers this questions?
113
I have a question. What is the best way to manage my gamemode? When i look at my gamemode right now, then it's ugly as fuck, because everything is mixed.
82
I want to create a command that sends a message to all admins online. I want it to be like: /helpme How can I startup a vehicle? and that the admin sees ((Playername Asks: How can I startup a vehicle?...
113
Quote: Originally Posted by Nero_3D Short Version: s[x] is the parameter for a string and x is its maximal size S(x)[y] is the optinal string, x is the default value and y the maximal siz...
134
Quote: Originally Posted by Nero_3D you could do it like that pawn Код: CMD:help(playerid, params[]){    new        type[32]    ;    if (sscanf(params, "s[32]S()[128]", type,...
134
Quote: Originally Posted by HazardouS You should use sscanf plugin with your ZCMD commands to delimitate parameters easier. https://sampforum.blast.hk/showthread.php?tid=120356 The first ...
134
I want to create a help command with different categories. If you type help without params it says the categories. If you type help with any of the params it will say all commands for that category. I...
134