Search Results
I'm not familiar with SQL in samp at all... but try this: pawn Код: new escape [ 140 ];                mysql_real_escape_string ( inputtext, escape );                format ( strin...
158
shouldn't it be double equal signs in an if statement? pawn Код: if ( Success == true ) Otherwise I think it's just an assignment statement within and if statement. Though my pawn is rusty, just ...
158
Hello, I was wondering where I should start a "Looking to code" thread. I've lately become bored... I'd be interested in coding SAMP servers again somewhat part-time. Anyways, not sure if this shou...
43
What about instead of writing the character, write the character value, and read them back? That should work.
187
What do you mean by stocks? Also, Here's a Linux version... (32Bit) http://www.sendspace.com/file/uu59g9 Also includes the NetBeans project used to compile. Hope it helps; XPlatform
3,133
Untested... pawn Код: CMD:arrest(playerid, cmdtext[]){    new string[128],giveplayerid,tmp[256],idx;    if(IsSpawned[playerid] == 0)    {        SendClientMessage(playerid, red, "You are...
92
I figured general would be a good place for this; since it can apply to plugins and gamemodes/filterscripts... I no longer see the red text warning at the top of the forums saying that source code ha...
136
Hmmm... All I can think of is do the port forward. Yes, noone can connect to it, but at least then anything sent to your router will got to your PC's internal IP. So to fix this you'll have to port f...
131
I run it on 7 also; when I get home I'll post my exact settings; if it helps.
192
Well, now I'm lost now to be honest. If you want I could help you via msn or teamviewer; pm me if you want to do so.
124
I am confused now; you said the size of BizInfo was MAX_BIZ/250... Try changing pawn Код: for(new b = 1; b < sizeof(BizInfo); b++) to pawn Код: for(new b = 1; b < MAX_BIZ; b++)
124
First; why are you dividing MAX_BIZ by 250 when declaring BizInfo? (I assume you have this or something similar somewhere in your code) pawn Код: new BizInfo[MAX_BIZ/250]; If you can answer that...
124
So if BizInfo is MAX_BIZ/250, and MAX_BIX is 250, then 250/250 is 1. You only have one loop because your loop is basically like this: pawn Код: for(new b = 1; b < 1; b++) Though I think that...
124
Hmmm... Let me write what I undsrstand you want... Basically, you have cars in the server at the moment, and some are gang cars. If someone gets into the gang car they cannot drive it if they do no...
96
I believe it's old though; I've known of it for over a year now. But I believe it's been out since 2008. Fun game once you get over the learning curve.
71
Quote: Hell, if I'm not correct, the original human flu is deadlier than this. I think that's true
150
La Dra Rauni Kilde habla sobre la Conspiraciуn de la Gripe Porcina http://remixxworld.blogspot.com/2009...swine-flu.html Quote: Check the ingredients in this H1N1 vaccine, and you will ...
150
I can't say that I absolutely hate Mac, I guess it's just that I never really had a chance to use it personally. I only used it in school more than a year ago. Not only that... but I generally think ...
746
This probably isn't true... but maybe when you use off-road rims, you mentally drive better and react better, because you think that they are supposed to increase handling, when in turn they do not? ...
390