Search Results
So i've tried to make a textdraw,everything works right,here is the code: new Text:Textdraw1; public OnGameModeInit() { // Don't use these lines if it's a filterscript SetGameModeText("Blank Scrip...
75
Yes,at last,thanks a lot for helping me it works 100%. And also i've learned now how to modiffy a value,thanks a lot.
170
goddamit its still not working,the faction value remains 0...(
170
i will try it now i think i understand
170
Nope it still dosent works my faction remains 0>...
170
hmm i think it will work,ima try it now,thanks for helping me i did 3 posts and nobody bored with me
170
So i've tried to make a DCMD command that can change an user dini's enum to a certain value. Example "Setfaction 12 1300" [id] [Factionid] and in users Faction to be set at 1300 I have made some code,...
170
Код: dcmd_setfaction(playerid, params[]) { new giveplayerid, amount; if (sscanf(params, "ud", giveplayerid, amount)) SendClientMessage(playerid, 0xFF0000AA, "Usage: /setfaction [playerid] [fac...
47
Код: dcmd_setfaction(playerid, params[]) { new giveplayerid, amount; if (sscanf(params, "ud", giveplayerid, amount)) SendClientMessage(playerid, 0xFF0000AA, "Usage: /setfaction [playerid] [fac...
103
Can you be a little more acurate please?bc i didnt uderstanded i mean,how do i use them to make something like /command "Playerid" "value to change" Please? EDIT:Thanks for helping me,i finded out s...
123
Hello,long time no see,i've advanced a lot in coding from last time,and now i have another problem. I cannot find a way to make a command ask for more than the player id... Example: /setfaction [play...
123
I know SQL,and i've tried Y_ini ,i dont know,.... I know how to make the commands,i mean i can do them,but i only want to know how to add a value to y_ini or dini. I mean for example to add "Level" it...
92
i want to see a template,so i can understand and learn from it i cannot learn if i dont see an example I only need ONE example,this is all that i need.
92
Here is my code,my command dosent work,it dosent reads my Admin dini number.... I dont know what to do anymore please can u help me? the command is /givemoney, i want it to work only if it has in dini...
92
Here is my full code,maybie it will help at something? please help me,if i learn this then i am going to a new level..i just need to learn how to insert a new dini value into the users config file,ho...
128
But now i have a problem,i have everything set,it compiles with no error,when you register it sets your "Admin" to 0,after that when i set it to 1 in dini,its saved but when i try the command in game ...
128