Search Results
Quote: Originally Posted by GaByM How can I format coloured strings? PHP Code: public OnPlayerText(playerid,text[]) {     new s[144];     format(s,144,"{%x}%s{FFFFFF}: %s",...
54,983
Quote: Originally Posted by Yashas It does not matter if you are doing it right or wrong; do it how you like. Except when at one point you decide to go on a joint venture with other scr...
727
Quote: Originally Posted by Vince I always have an extreme urge to line everything up. Especially in case of coordinates. It will usually look like this (screenshot to preserve identation...
567
You know shorter code is not always more readable.. Dont worry about performance until it becomes an issue. Also the return statements in commands have a function, they let samp know if the command ex...
567
Quote: Originally Posted by MehranGta Something like samp_ac that whitetiger maid .... As sxe injected in counterstrike will be cracked very fast. You won't stop cheaters from the clien...
32,447
Quote: Originally Posted by Strawhats RP is nooit uniek meer tegenwoordig. En zover ik weet is geen enkele script bug free. Code: main() { }
957
Quote: Originally Posted by OKStyle Page not found, fix it or give us full code, please. https://sampforum.blast.hk/showthread.php?tid=254710 is an possible alternative
1,492
Quote: Originally Posted by Malganys Hi, recently I downloaded sampgdk and have this warnings and 1 error: Code: C:\Users\Malganys\Desktop\C++\include\plugin.h In file included from C:\...
11,675
Can somebody who is actually working (or did work on sa-mp) tell me (and the community) when all fixable ('fixable' in the client and ALL bugs in the server) will be fixed? Will they all be fixed in ...
175
I have made a code snippet for anyone making plugins and wanting to access two or three dimensional PAWN arrays. C++ Header: pawn Code: #pragma onceclass PawnArray1D{private:    cell * _address; ...
187
kijk daarom laat je transacties via iDEAL gaan (er zijn services die het voor je beschikbaar kunnen maken, hoeft e geen contract met je bank af te sluiten) of via andere services, zo weet je zeker dat...
809
serieus mamo, wat een rotstreek -.- of was jij het echt niet? het was dicht! en het topic van Jstylezzz is verwijdert waarin ook de vraag was waarom het chattopic dicht was...
609
you need to have a certain amount of posts to let your reputation count. I think it's 50. If ou get a grey reputation icon a user who does have less than 50 posts has probably given you reputation.
107
you guys know that no-one is going to download an intrusive (aka replacing game files) anti-cheat unless every damn server forces all players to do it which isn't going to happen..
1,086
NOTE: All repositories moved from googlecode to Github: http://gpb.gz0.nl/ This is a edited version of the Streamer Plugin by Incognito, the streamer pawn-based natives are converted to C++ functions ...
203
Quote: Originally Posted by Dan.. I have some ideas. I hope I'll implement them soon. That looks interesting. I'll look into. have a look at my GPS plugin if you want to see some thre...
9,397
Quote: Originally Posted by ****** I actually doubt that - I know several owners of several large servers, and they don't. "Advanced server owners" know not to waste time duplicating effo...
9,397
1) try to avoid mutexes (really, please don't use them), use std::atomic instead or Concurrency::concurrent_queue / concurrent_vector etc. 2) any more "advanced server owner" will probably make his ow...
9,397