Search Results
Quote: Originally Posted by Sublime Use INI_WriteString, and make sure you have tags defined before you can do a perfect file writing command. could you write an example?
64
Hello, how to create a command that change's .ini file name? like /changenick command.
64
is it possible to steal OTHER server objects id,x,y,z? and if it is, how to?
55
Fixed myself, the INI_SetTag was guilty.
302
Quote: Originally Posted by DobbysGamertag is it even saving? it saves everything, but doesnt load.
302
argh, i have already putted this filterscript in my gamemode, but stats like money/score dont set, when i login.
302
if you want to help me, send me a private message, and i will show the code.
302
i putted this register/login system with yini in my gamemode: https://sampforum.blast.hk/showthread.php?tid=273088 but i have a problem. the stats save, money, password etc. but when i login(i have se...
302
sorry for bumping, but i cant find it in my YSI package, where can i get it?
119
hello, can somebody here give me an example how to create timeban command(/ban [playerid] [hours] [reason]) with yini? thanks
81
you can do it manual, just change zcmd stuff to strcmp. pawn Код: CMD:command(playerid, params[]){SendClientMessage(playerid,RED,"yo");return 1;} pawn Код: if(strcmp(cmdtext, "/command", true)...
196
Quote: Originally Posted by Nero_3D strval only returns integers from a string, you need to use sscanf or some custom code pawn Код: //    if(strcmp("/tcolor", cmdtext, true, 7) == 0...
130
doesn't help, black anyway.
130
hey, i need a help with my created command, that changes nick color, but when i type /tcolor 0xcc3333 (it's red) or whatever other hex color, it's sets to black. pawn Код: if(strcmp("/tcolor", cm...
130
can you say some examples, how i should do it?
79
hello, i created a command which players can use to throw other players in the sky one time in hour, but when it's once used, then other players can't use it, but this command should be for each playe...
79
Fixed myself, but thanks for help!
78
Quote: Originally Posted by Joao Pedro Try it Код: if(!strcmp(cmd, "/notice")) { if(GetPlayerScore(playerid) >= 18) { new text[128]; if(sscanf(cmd, "s[128]",text)) return S...
78
hello, i have a little problem with my created command. pawn Код: if(!strcmp(cmd, "/notice"))  {  if(GetPlayerScore(playerid) >= 18)  {  new text[128];  {  if(sscanf(cmds, "s[128]",text))...
78