Search Results
Quote: Originally Posted by Strongerking plz anyone give me full server pkg i am beignner Link has been updated. 😊
617
This is my query: Код: SELECT Count(*) AS Accounts, SUM(CASE WHEN Admin > 0 THEN 1 ELSE 0 END) AS Admins, SUM(CASE WHEN VIP = 1 THEN 1 ELSE 0 END) AS VIPs FROM Accounts ^ This gets the number ...
70
Quote: Originally Posted by PaulDinam Another bug: You have to move around slightly otherwise you won't see any 3d text labels that are attached to other players. This bug has been here...
91,860
Quote: Originally Posted by icra I could update it, but i don't really like cached version. I prefer old MySQL, i already customized it myself working on the sourcecode, optimizing it. But...
140
Quote: Originally Posted by Vince Use sscanf's array specifier and split by dot. Thanks, forgot about that one! (Can't give rep anymore, sorry)
71
Load nativechecker.so last. Код: crashdetect.so sscanf.so mysql.so streamer.so whirlpool.so nativechecker.so
196
Do you have codes under OnPlayerEnterVehicle and OnPlayerStateChange (PLAYER_STATE_DRIVER)? If yes, paste them here.
72
Try downloading this, which I got from the streamer release topic. Drag it to your server location (where samp-server.exe is). EDIT: Also, make sure you have .NET Framework.
140
Is there a snippet that gets the first 2 digits of an IP? For example, instead of getting "127.0.0.1", I get "127.0". If there is, please paste it below. Thanks in advance!
71
I reinstalled Visual C++ components, from all years and it still doesn't work. (I'm going back to v2.7 of streamer) [SOLVED]. EDIT: I was able to install the latest! I forgot to drag the msvc* fi...
83
Hey, I tried updating my streamer to the latest and I'm getting these errors on start up: Code: [21:39:01] Error: Function not registered: 'CreateDynamic3DTextLabel' [21:39:01] Error: Function...
83
The taxi object rotation is a fail.. Good job, though
592
My code atm: Code: for(new i = 0; i < CountDynamicObjects(); i++) { if(!IsValidDynamicObject(i)) continue; if(Streamer_GetIntData(STREAMER_TYPE_OBJECT, i, E_STREAMER_WORLD_ID) != WORLD_CS...
267
It gives me this error: Code: *** Streamer_GetIntData: Invalid data specified using this: Code: for(new i = 0; i < Streamer_CountItems(STREAMER_TYPE_OBJECT, 1); i++) { new World = Streamer_...
267
If there's a way, it will definitely lag your server.
198
This is what I found in the topic: Code: native Streamer_GetIntData(type, {Text3D,_}:id, data); native Streamer_CountItems(type, serverwide = 1); Any ideas on how I can implement it on a simple Crea...
267
Is it possible to loop through all streamer objects and get whether that object is in world x? I'm trying to loop through all objects in one world and destroy it after a few minutes without having t...
267
Quote: Originally Posted by Phaze I think statics systems are boring, make it MYSQL/Dynamic. Using MySQL is not a smart choice. Enums will work better in this case.
319
A better way to ensure that he doesn't drive-by is to do it OnPlayerUpdate. (Checking if he is in a vehicle, if yes, set armed weapon to ID 0) Anyhow good work.
489