Search Results
Check your function "SCM", it is returning 0 (or some other function is) and calling OnPlayerCommandPerformed as a failure.
272
Can you try including y_hooks at different positions in your code? Try putting it before any other includes, then try putting it after all other includes. Let's see if you get different results.
93
Quote: Originally Posted by xTURBOx PHP код:  if(checkpointid == CP[1] || CP[2] || CP[3] || CP[4])  So this is the "efficient" way to do this? Well, that's not the...
156
Code functionality is more important than saving 1 nano second of processing speed.
156
Код: DestroyHangar() { for(new i=0; i < sizeof ResprayHangar; i++) // loop through all indexes of respray hangar { if(IsValidObject(ResprayHangar[i])) // check if the object was created...m...
156
Make use of the continue keyword. Код: foreach(Player, i) { if(i==playerid) continue; // Do code } Will loop through all players with the exception of playerid variable.
112
Quote: Originally Posted by Meller Want REAL life rp? Let me introduce you to reality! The best real life rp! To be fair, I don't think anyone would want to roleplay working from 8am-5p...
205
Excited for new discrete mobile GPUS using new Pascal architecture. ( I only use laptops )
211
I don't know if this is relevant anymore...but in case anyone was having trouble with y_hooks compatibility from YSI3 and this include, here is a quick and easy workaround: Before nex-ac is included:...
59,904
Quote: tmp1 = tmp2 = tmp3 = tmp4 = tmp5 = 17; I didn't even know you could have multiple assignments within a single statement in Pawn. Mind blown.
1,164
Hmmm, I just checked back at my previous code and turns out I did use the Streamer_UpdateEx function. Explains everything. Silly me.
91,974
Ok, in previous versions, however, that was not the case. Thank you.
91,974
Is there any fix for the YSI (y/hooks) compatibility issue mentioned in this thread a while back. Objects are not appearing at class selection.
91,974
Quote: I noticed most of the players are from the eastern hemisphere (Europe, Russia, India, etc). That's the normal player base for a SAMP server (at least in my 9 years experie...
190
Ok, let me just zoom and enhance the photo. https://www.youtube.com/watch?v=qAvUFD68NEQ
201
Don't...just don't. Either use Java/C# with Unity or C++ with Unreal Engine. I don't see why you couldn't use C#/C++ if you already know C.
221
What do you want to do? If you want to make games you can write in Java or C# with Unity. You can also use C++ with the Unreal Engine. If you are going to program professionally or do networking appli...
256