Search Results
Hello, more than a week ago I invited my friend to SA-MP forums, but today his account is still not activated by admins (he clicked the link in activation e-mail on gmail) When do you activate new a...
253
included nex-ac in my script and got following errors: ../pawno/include/nexac.inc(5673) : warning 235: public function lacks forward declaration (symbol "@yH_OnPlayerEnterDynamicCP@002") ../pawno/inc...
124
Could you instruct me a bit on how to add - for example - polish letters? Like, not do it for me but just tell me what to do, I'd love to help to extend this plugins functionality also helping myself
2,840
Hello, I want to get the position above actor's head so I do this new float:labelZ = ActorZ + 0.2000; (ActorZ is 100 % correct because actor is spawned based on this variable) when I do: printf("L...
70
So this happens. I don't know why. It only happens the first time I join the server. I'm driving, I click LMB and im removed from the car.
58
I've got this code: new string[128], pww[64]; format(string, sizeof(string), "SELECT `Password` FROM `Accs` WHERE `Nickname` = '%s'", nick); printf("qr: %s", string); mysql_query(string); mysql_sto...
58
Sorry for English inhere, but is it possible to make this with other languages that have their special chars?
2,840
thanks man, appreciated !
618
Hello, I've got a problem. So I'm fetching objects from the DB CreateDynamicObject(model, cache_get_row_float(row, 8 ), cache_get_row_float(row, 9), cache_get_row_float(row, 10), cache_get_row_float(...
52
Yeah, I need help w/ this function because I could not make it.
110
I need them, but I don't want them to get counted in strlen, so I need to move them onto a other variable and then delete them and use strlen on that new variable.
110
I've got word-wrapping system on my server that uses strlen, but for example taking this short text from SA-MP forum SendClientMessage(playerid, COLOR_WHITE, "Welcome to {00FF00}M{FFFFFF}a{FF0000}r{F...
110
Use what you like honestly. Both Sublime and N++ are packed with plugins and custom themes, matter of preference as Vince said. Personally, I use Sublime and it's pretty good.
51
I'm trying to use y_iterate for Vehicles. So what I did was: new Iterator:Vehicles[MAX_VEHICLES]; Then when adding the vehicle Iter_Add(Vehicles, gameid); i get these errors error 017: undefined ...
48
Could I get an example of something like player can have 4 types of documents, i could have it done by having arrays like hasDocumentA hasDocumentB, but how do I do it using bits?
618
hello, i have encountered a weird problem whenever my server should crash (runtime error y' know, like array out of bounds error shown by crashdetect), my server, instead of just crashing out, takes ...
76
Hello Ost. The Anti infinit eammo funcion doesnt work for me.
59,905
Hello, I want to do a queue of messages shown to plyer, so whenever the old one ends, the new one starts. Is it possible? I have been doing in in MTA, but I don't see how could I make it in SAMP. Any ...
87