Search Results
Quote: Originally Posted by Stewie` Pawn isn't a compiler either. yes we know that, but did he say anything about PAWN?
1,536
i recognize most of the explanation in the introduction from the sqlite website, but it's always a good idea to have it here on forums. note -> you have a header called "feature" but it links me ...
349
Quote: Originally Posted by admantis Althought you're right, basthusan never asked for traffic lights. Quote: Originally Posted by op Trafic Lights (Does the Red Light same f...
286
Quote: Originally Posted by ****** I read an article about that the other day: http://blogs.msdn.com/b/oldnewthing/.../10391383.aspx In short "how do I do X, without using the feature de...
108
Quote: Originally Posted by Jeffry pawn Код: public OnPlayerText(playerid, text[]){    if(strfind(text, "word", true) != -1) return Kick(playerid);    if(strfind(text, "word2", tru...
122
@Lorenc_ - EXACTLY what I was going to post! Quote: Originally Posted by VincentDunn Judging by the content of your posts, you just seem to be vaguely slandering MySQL for no reason. I...
171
Quote: Originally Posted by lolumadd_ 1. I said "in my own opinion" It was meant to be a question, not arguing (rephrase: WHY do you think so?) Quote: Originally Posted by lo...
171
Quote: Originally Posted by lolumadd_ 1. Easier (in my opinion) 2. Can connect with others servers and your website (PHP) 3. Faster (having 50,00 entries in a table is much better than hav...
171
Quote: Originally Posted by Tamer T Am I right,was it on Nick? no.. @ColorHost-Kevin - Sweet!
228
Hi MiGu3X, nothing seems to be wrong with the code you've provided. are you sure that's the line that the error occurs?
144
Quote: Originally Posted by RStyle I'm sorry, but i don't understood, i'm a newbie in pawn, and i need that ready ASAP read the link in my previous post, along with indentation it brief...
159
add the braces! https://sampforum.blast.hk/showthread.php?tid=406343
159
well it's obvious that the issue isn't sa-mp, so...code?
123
yea, you can't do that. Код: FamilyID[playerid] = strval(inputtext); and about your other thingy, you could do, Код: #pragma unused ret_memcpy
164
y_commands has a nice in-built feature that does this.
200
@goldino: oh dear, @op: how do you determine if the player is on either team?
367
Hi, can we see what you've attempted?
86
pawn Код: stock GetPlayerpos(playerid,x,y,z){ //note the opening curly-bracket    GetPlayerPos(playerid,x,y,z);    GetPlayerPos(player2,x2,y2,z2);.    new Float:distance=floatsqroot((x-x2)*(...
85