Search Results
Thank you for your answer, I imagin it is sscanf2 who can do this and not the old pawn version ?
144
Hello, I would like to do a command where when params is empty, it does an action but when i give an id, it does the action on the player. I'm currently using : if(isnull(params)) { } else { } ...
144
hello where can i get the latest YSI includes the whole folder please thanks
430
Thanks Konstantinos I got an old YSF plugin did by Y_Less. Is there in YSI, an equivalent and so i may remove this plugin ? thanks
54,608
if i use foreach(Player, i), not need to do foreach(Player, i){ if(IsPlayerConnected(i)){ I don't need to use isplayerconnected ?
54,608
Quote: Originally Posted by Stinged If the file name isn't dynamic (player names etc..), you can use INI_Load. Could you please show me a fast example of this? Thanks
277
What about when i want to get a info from a ini file where no players are connected ?
277
i would load the information/ "read" it
277
hi im trying to read an information from a ini file. However, i have an error while i tried to compile... Maybe could you help me ? Код: CMD:test(playerid, params[]) { new string[256], tmp2[256]...
277
Hello, im looking for your opinion about which ini file manager for register/login system other than YINI ? Of course i'm looking for a fast one? Is Djson faster like yini ? thanks
112
Hello How can i get samp object of 3.7 and every samp objects in my mta editor thanks
72
Hello, I wanted to know: Does "%" in a dialog can crash my server ? Thanks
87
hi, I want that when there is "*" in the params that the commands is not execute. What can I use ? thxs
71
Hello, I want do a string where people who don't fill the condition will see another string. But, with what I do. If, the player fill conditions : the player see two times, the string when you fill ...
81
Hi I'm making a chat script where only people of the group can see and write in the chat. but, i have some problems, i don't really know how do this. Maybe can you say that is wrong and what i have t...
57