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 ...
623
Quote:
Originally Posted by MicroKyrr
Код:
if(number == 511)
{
// do something
return 1;
}
P.S: make sure you removed the quotation marks
Thanks it worked
903
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...
903
PHP код:
if(!strcmp("511", strval(number))){
new count;
for(new i=0;i<MAX_PLAYERS;i++){
if(!IsPlayerConnected(i)) continue;
...
903
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...
1,544
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...
1,544
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...
1,544
if you are hiring developers/scripters then it's wrong section.
416
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...
1,260
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;
...
1,544
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...
862
PHP код:
tax = (GovTax/100)*PlayerInfo[playerid][pSigncheck];//random(50) + 10;
format(m, sizeof(m), "Tax: %i", tax);
tax returns zero,
GovTax = 10
Full command...
486
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...
539
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<...
539
Quote:
Originally Posted by raydx
Shouldn't it be instead of ?
ahh...thanks, i didn't saw it :P
978
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...
978
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_...
978
PHP код:
if(tempdoorobj[playerid]){
if(response==EDIT_RESPONSE_FINAL){
new id,m[512],Cache:result;
id = GetFreeDynamicGateID()...
978
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...
761
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...
761
