Search Results
Well, the fix for the 0x0040F64C (renaming the SA Dirctory) error lasted about a day, and now its back to doing it. And no amount of renaming will make it work. I have NO MODS and this is a CLEAN INST...
20,537
Quote: Originally Posted by kelvin22 I check it now but it work just on 0.3b It works in 0.3b and later.
168
I dont know. I dont work with INIs in my script, so I dont know what you would define it as. If you were truly writing this script (which I suspect youre not), you would know how to define it. I sugge...
92
Try this pawn Код: CMD:setadmin(playerid, params[]){    if(PlayerInfo[playerid][pAdmin] >= 1)    {        new targetid, level;        new sendername[32], string[128];        if(...
206
https://sampwiki.blast.hk/wiki/SetVehicleParamsEx
105
Why dont you take a look at what the error is actually telling you. They are quite informative. "Undefined symbol 'var'" So you never defined the variable "var." So, pawn Код: new var[32]; Si...
92
Instead of using "params[0]", define a new variable to store the playerid of the person youre going to slap.
146
-snip- I proved myself wrong. I must be slipping. Nothing to see here.
2,643
Quick question. How can you control the order that gangzones are shown in. For example, I have 2 gang zones on top of each other, how do I control which one is on top, and which one is on the bottom. ...
58
Hello, Im having some issues trying to figure out foreach. Im trying to pull some rows from a MySQL database, throw all of the information into an IteratorArray and get a random one. So far, its not ...
76
floatstr gives "0" as well. any other thoughts? Heres the complete command Код: CMD:createhouse(playerid,params[]) { if(PInfo[playerid][pALevel] >= 1) { new price, slots, interiorid[10]; ...
185
I have a little issue with sscanf. Below is my code. Код: mysql_get_field("intX", tmp); sscanf(tmp, "f", xintpos); mysql_get_field("intY", tmp); sscanf(tmp, "f", yintpos); mysql_get_field("intZ",...
185
Already succeded with sscanf. Thanks anyway THE_KNOWN
300
sscanf, didnt think of that. Let me give that a try
300
pawn Code: mysql_get_field("hInt", Store); HouseInfo[nh][hInt] = strval(Store);mysql_get_field("hOwned", Store); HouseInfo[nh][hOwned] = strval(Store);mysql_get_field("hOwner", Store); HouseInfo[nh][...
300
Sounds right. Im new at scripting, but that sounds like what I want to do.
169
Okay, and when I set the color to my predefined COLOR_YELLOW, I get a label that almost blends in. Here. Let me give you a SS of what I want it to look like The top part is the 3DTextLabel from ano...
169
That doesnt help me. At least not as far as I can see. Maybe you could tell me which one of those parameters gives it the "border" look.
169