Search Results
I wonder what are the differences between these two functions? situations in which I can use each of the two? Код: INI_Load Код: INI_Parsefile thanks.
181
Quote: Originally Posted by Sreyas so you used a tag then use it in the INI_Load params too Then what do I do?
454
the file content is: Quote: [Y-INI] Tutorial = 10
454
Quote: Originally Posted by Sreyas does that file exists? Yes. http://prntscr.com/b1w99p
454
Hi. I wonder because the file does not load. What do I do wrong? pawn Код: new variable;main(){    INI_Load("ForumSAMP.ini");    printf("variable %i", variable); // prints 0}INI:ForumSAMP[](...
454
їComo puedo poner el fondo del Model Preview para que sea transparente?.
226
Quote: Originally Posted by Adoniiz Debes colocar la anchura y la altura en TextDrawTextSize para que esta pueda ser clickeable en el Textdraw que has creado, por que si no, en toda la pan...
242
Quote: Originally Posted by OTACON debes de colocar correctamente el TextDrawTextSize, ese es el tamaсo de la seleccion del textdraw. para obtener el size del textdraw fбcilmente, has ...
187
Hola. Como puedo solventar el tнpico problema de que al pasar sobre un textdraw cerca de un textdraw clickeable estos se resaltarнan de un color, o tambiйn si tengo el mouse cerca de en este caso 2...
187
Quote: Originally Posted by Goncho28 A mi me gusta mбs este... https://sampforum.blast.hk/showthread.php?tid=387599 Mбs sencillo їY como se aсaden los sprites?. es decir como es l...
436
Muy buenas, quisiera saber cual editor de textdraw, me conviene mбs, pero que esta tenga la opciуn de implementar sprites que son las imбgenes que tiene el single. їCuбl es el mбs fбcil de usar...
436
Thanks !. I will discuss this here, not to make a new topic. Why does the code does not work ?. What use is the code?: pawn Код: new array[2];    new integer;    sscanf(array,"A<i>(0,...
347
I do not understand the use of strings in array, do not know really like is used. pawn Код: sscanf ("hello", "a <s [5]> [10]", arr); the above code would not work. Can anyone explain me th...
347
Quote: Originally Posted by Crayder No, altogether it is: A<i> 'array of integers' (3) 'default of 3' [4] '4 values' This [sscanf("1 2", "A<i>(3)[4]", arr);] would produce and...
203
Hi. Код: sscanf(params,"I(100)",health); "I (uppercase)" represents an optional specifier value of 100 by default. Код: input = "1 2"; sscanf(input, "A<i>(3)[4]", arr); //<i>?...
203
Quote: Originally Posted by _Zume No sй muy bien sobre el especificador, yo lo he visto en algunos cуdigos y creo que define el tipo de el array y lo que posteriormente viene es el espec...
229
Buenas. si.. pawn Код: sscanf(params,"I(100)",vida); "I (mayъscula)" representa un especificador opcional con valor de 100 por defecto, que significa: pawn Код: input = "1 2"; sscanf(input,...
229
Quote: Originally Posted by The__ pawn Код: COMMAND:car(playerid, params[]){    new string[34];    if(sscanf(params, "s[34]",string)) return SendUsageMessage(playerid, "/car [Vehic...
276
Hello. I'm trying to make a command line: pawn Код: new aVehicleNames[212][] ={    {"Landstalker"},    {"Bravura"},    {"Buffalo"},    {"Linerunner"},    {"Perrenial"},    {"Sentinel"...
276
Quote: Originally Posted by asfawfas Gracias por responder, ahora me salen estos errores: pawn Код: C:\Documents and Settings\Nazareno\Escritorio\RP NUEVO\gamemodes\CH-RP.pwn(4494) : ...
278