Search Results
Congratulations for being another copy-cat. Please, let me know when your brain will have a spark of creating something successful and unique !
2,039
My compiling takes around 3 mins... The only "weird" thing is that i have around 3 large arrays. Could that be the reason ? What causes a slow compiling and how to avoid it or improve it's speed ? ...
116
You... are... kidding... me, right ? ... -_-' *facepalm* Also: https://sampwiki.blast.hk/wiki/Category:Scripting_Callbacks Note: How can I say... ALL OF THE CALLBACKS... i think that suffices... you...
320
All available callbacks added into new.pwn - v0.3d . Forgot to mention: copy this into your "pawno" folder, in new.pwn . http://pastebin.com/XgSVgPw4
320
That's the define for Dialog ID... #define DIALOG_CLASSES 1337
75
Found the problem using "#error", until it complied and showed me the error. The problem was a string format...
190
Checked, not that. Any way to stop the complier at some point ? Like make it say "Complied until Line 5222.", like using some #stop or such ? I heard something but i'm not sure...
190
The problem is recent, edited the gamemode (and a bad habit), after a lot of editing i complied. Bam... not responding. I'm using the same include they aren't the problem (sorry for not mentioning th...
190
What causes this ? But all the causes... I tried to find any unclosed ) and didn't find any and the same for {}, this 2 causes seem ok, anything elsE?
190
i'll level the whole freaking San Andreas XD . AWESOME
30,202
Can't use "switch", i'm stuck between "if" and "else if" .
134
I kinda' forgot this, but with Pickupid & Dialogid, is it better to do if( pickupid ) else if ( pickupid ) or just if ( pickupid ) then if ( pickupid ) ? What's more efficient, laggyless and so o...
134
Keeping a player count via a function... -_-'
163
I tried replacing GetPlayerTeam with a PVar i set each time, team changes. But i got the same effect.
163
Код: stock xSetPlayerTeam(id, team) { #if TESTING printf("ID:%i, Name:%s, Old Team: %i, New Team: %i", id, idName[id], GetPlayerTeam(id), team); #endif if( team != GetPlayerTeam(id) ) { ...
163
Use GetXYInFrontOfPlayer function, to get Object's X Y.
168
What includes/filterscripts are you using ?
126
1. Express your problem in the title, with few words. 2. Post some code, we aren't telepaths. 3. Don't double-post. 4. Post /enter and /exit (the codes). 5. Use a pastebin, don't post the code in the ...
84