Search Results
There is 3selectable textdraws (Select, <- Prev and Next ->) When I hover mouse to Select, it works fine but when i hover mouse to Prev or Next, it selects multi options If i hover cursor to ...
107
Quote: Originally Posted by MicroKyrr Код: if(number == 511) { // do something return 1; } P.S: make sure you removed the quotation marks Thanks it worked
159
Quote: Originally Posted by MicroKyrr Код: if(strval(number)=="511"){ Try this Код: if(number == 511){ You don't need the strval and the quotation marks, you are already using ssca...
159
PHP код: if(!strcmp("511", strval(number))){         new count;         for(new i=0;i<MAX_PLAYERS;i++){             if(!IsPlayerConnected(i)) continue;    ...
159
Quote: Originally Posted by Logic_ So you guys completely ignored my solution... and you use "." when you want to specify a parameter in your code and want the other parameters in between...
422
Quote: Originally Posted by introzen Well, my money will be on the dots in your arguments. You define an argument by inserting a variable or a value. There's no need to define what argumen...
422
Quote: Originally Posted by introzen I'm unfamiliar with the mysql plugin for SAMP so I can't help you on that. I'm unsure what the "." does in this? pawn Code: .worldid = HouseInfo[i][H...
422
if you are hiring developers/scripters then it's wrong section.
83
Quote: Originally Posted by ColweeN Hello, @Crayder here are my codes. public OnPlayerSpawn(playerid) { SetPlayerPos(playerid, 2616.5447,2453.2605,14.8672); return 1; } public O...
250
When I try to load house system, it loads only one house perfectly OnHouseLoaded function PHP Code: public OnHouseLoaded(){     new name[32],m[512];     new num_fields,num_rows;   ...
422
Code: [11:01:34] [debug] Server crashed while executing yo.amx [11:01:34] [debug] AMX backtrace: [11:01:34] [debug] #0 native SendClientMessageToAll () from samp03svr [11:01:34] [debug] #1 000cb008 i...
359
PHP код: tax = (GovTax/100)*PlayerInfo[playerid][pSigncheck];//random(50) + 10;         format(m, sizeof(m), "Tax: %i", tax);  tax returns zero, GovTax = 10 Full command...
110
Quote: Originally Posted by NaS It's only possible to hide all of it, not parts of it unfortunately. Regarding your loop in OnPlayerUpdate, it shouldn't be neccessary to call it that ofte...
171
I used ShowPlayerNameTagForPlayer function to hid only name above player's head I used this function inside OnPlayerUpdate PHP код: public OnPlayerUpdate(playerid){     for(new i=0;i<...
171
Quote: Originally Posted by raydx Shouldn't it be instead of ? ahh...thanks, i didn't saw it :P
253
Quote: Originally Posted by TheToretto Reading your code a second time I noticed this: pawn Код: if(response==EDIT_RESPONSE_FINAL) I am unsure, either response is defined as a boolea...
253
Quote: Originally Posted by TheToretto That's what he has... Show door_sqlid There you go PHP код: enum dynamicdoorenum{     door_sqlid,     door_id,     Float:door_...
253
PHP код: if(tempdoorobj[playerid]){         if(response==EDIT_RESPONSE_FINAL){             new id,m[512],Cache:result;             id = GetFreeDynamicGateID()...
253
Quote: Originally Posted by MafiaOink I think you mean to: For example you put in a camera, /placecamera Then you view that camera using something like /viewcamera. Now while viewing you w...
160
Quote: Originally Posted by Pottus You still didn't really explain everything, is the camera supposed to scan back and forth? Explain. It will just scan front...not back, and camera pos...
160