Search Results
Not %s, %f! And px, py and pz must be tagged Float: You MUST do that :P
553
Then change the type of the corresponding fields on your db and instead of %d use %f
553
Just add Float: before px, py and pz...
553
Quote: Originally Posted by Rudy_ Add it OnPlayerConnect or Spawn This
210
No podйs acceder a una variable local q no esta en el mismo scope donde estas codeando, declarб sendername dentro del codigo del cmd
103
You can't do that on OnGameModeInit, it's not the callback's function
210
Where did you write that code? In a function? Put all the code. You might have wrote that in a function where you don't pass playerid as a parameter
210
When you declare the field, explicitly write the quantity of maximum number of digits to the right of the decimal point.
61
Con el procedimiento que te paso iKeN podes hacerlo tranquilamente, suponete que queres 64 caracteres por linea // SetLimitChars(string,63); // xq empieza en 0 TextDrawSetString(bla bla bla
138
There are some syntax errors, check your code... case 3; -> Its ":" not ";" ShowPlayerDialog(playerid,MAINMENU,DIALOG_STYLE_PA SSWORD,titlestring,string,"Login","Exit"; ) ShowPlayerDialog(playe...
240
Jajaja el primer paso es admitirlo, el segundo paso poner el orto en la silla y estudiar :P
278
Malisimo, es totalmente al pedo lo que haces, podes hacer directamente asi: pawn Code: stock GiveHealth(playerid, Float:hp) {    new Float:currenthp;    GetPlayerHealth(playerid,currenthp);   ...
278
Si sabes como funca un GM, quй hace cada callback, como guardar info de los users y actualizarla en tiempo real, podйs mandarte a hacer un gm desde cero, sino, agarrб uno ya hecho y ponete a editar...
71
Pero їTenes alguna idea de MySQL? con conocimientos basicos sacбs eso, es una simple query usando "SELECT" w3schools.com tiene un tutorial muy copado, pegale una mirada. Saludos
66
The intention is good but the commands you did are really easy and even a newcomer can do them xD Try some more "advanced" needed commands
443
metodo de burbuja? quicksort? podes usar distintos tipos de algoritmos de ordenacion de datosз y para que pones ese codigo? esta re al pedo ni siquiera es lo que queres hacer y no le da ni una pista ...
158