Search Results
If I create a record with TextDrawCreate I have to show them all or I can show it to a single player??.
118
My question is when to use CreateTextDraws and CreatePlayerTextDraw and why. Thank you.
118
You can create textdraws and put the font Webdings?. If possible, I appreciate an example, thx.
101
Is it possible to put an actor in a vehicle ?. If so, how can I do it?
72
Quote: Originally Posted by Gammix PHP код: numdays(year, month) {     switch (month) {         case 4, 6, 9, 11: {             return 30;     ...
132
In my gm I save the date in a string with the format Day / Month / Year. Example: 02/21/1990 How could I get the age by getting the current server date? Example. 21/02/1990.- 12/08/2018 = 28 year...
132
In windows it does not have a key in mysql.
223
I have updated the mysql version of my gm from r7 from blueg to R41-2. With the r7 to get information from an account he did it like this: pawn Код: static loginDate [36];cache_get_row_count (0,...
61
Si te lo hace por tw nunca aprenderбs. Y si, tiene toda la pinta de ser ese el fallo.
82
Can you detect it when it is hurt by fire or an explosion? + rep help.
88
Ya me respondieron en la secciуn inglesa, aъn asн gracias +rep.
81
My question is the following: Suppose I have 200 cars in my database (obviously the gm is mysql). Now suppose I just want to load the ID 50. How can I do it? Do I have to load 200 cars or is there a...
66
Mi duda es la siguiente: Supongamos que tengo 200 coches en mi base de datos ( obviamente el gm es mysql ). Ahora supongamos que solo quiero cargar la ID 50. Ñ— Como lo puedo hacer ?. Ñ— Obligadamen...
81
My idea it Create variable UN with an optional second command. Command left: pawn Код: CMD:comando(playerid, params[]){    if(sscanf(params, "s[32]I(5)", params[0], params[1]))    {      Â...
75
Mi idea es crear un comando con una segunda variable opcional. Dejo el comando: pawn Код: CMD:comando(playerid, params[]){    if(sscanf(params, "s[32]I(5)", params[0], params[1]))    {    Â...
69
Al final me lo solucionу mi gran amigo BadyX. Faltaba una carpeta y varios archivos.
82
Despues de mucho pelear al final decido pedir ayuda aquн. El problema estб en que el gamemode comienza a cargar pero llega a un punto en que se traba y se cierra la consola. Es un gamemode de 0. A...
82
Код: AutoID // Id normal AutoIDSamp // Id en el orden que se creу Y despuйs del cargado tengo esto: pawn Код: VehiculosInfo[i][AutoIDSamp] = CreateVehicle(VehiculosInfo[i][Modelo],Vehiculos...
153
Guardo en 2 variables la id del modelo y la id de la posiciуn que se creу pero mi duda viene a la hora de crear los coches y hacer que la ID de la posiciуn que se guardу sustituya a la correlativa...
153