Search Results
csб rasheed Streamer_SetVisibleItems(type, items, playerid = -1) Parameters: type: The item type. items: The visible item amount. playerid: The player ID. Returns: 0 on failure, 1 on success. Sets t...
348
Okay, its true. But, could I use your y_lang include for dialogs, textdraws, etc? I want to make my server fully multilingual.
111
I cant use these bc i need more features.
111
Hello! I'd like to make my server multilanguage. I decided to make few mysql tables for the language (Table name: xy_lang Fields: key, value), and load their data to an array in SA-MP. Code: enum l...
111
Dear community! A long-standing problem on my server is that some of our players "slap" players with CLEO modifications and they dying for this. Is there a solution to this, or do I start testing? ...
63
ahh yes, i got it enumid=sampvehid-1 Solved.
58
Hi guys! In a nutshell, i have problems with indexing, as you know, sql/samp vehicle ids starts at 1, and array ids starts from 0. Thats OK, but.... How can i get the REAL, CORRECT array(enum maybe?...
58
Hello! Can you help me? I've got a little problem with npcs/actors. I try to make a fancy login screen to my server, with npcs or actors, and they are doesn't shown until the player spawn. Any solu...
60
Solved! boolLogged = false, -> sets the value ("counter") to 0. Quote: The enum variable always saves next unused constant number Lets start in our enum Код: enum CTask //norm...
71
Hello! What's the problem? Код: enum e_pInfo { pSQLID, pName[MAX_PLAYER_NAME+1], pPass[65], pAdmin, pEmail[321], bool:pLogged = false, pPassFail } new pInfo[MAX_PLAYERS][e_pInfo]; Код...
71
Hello! I got problems with my gamemode... Код: .pwn(11) : error 017: undefined symbol "getServerVersion" init.pwn: Код: #include <a_samp> #define RCRP_ComplieProtect #include "../../g...
83