Search Results
Hello.. I have a small test code. Код: CMD:test(playerid, params[]) { new vehicleid = GetPlayerVehicleID(playerid); new panels, doors, lights, tires; GetVehicleDamageStatus(vehicleid, panel...
74
Hello, i have a small code: Quote: FCBusDriver = FCNPC_Create("FCBusDriver"); FCBus = CreateVehicle(431, 0.0, 0.0, 5.0, 0.0, 3, 3, 5000); FCNPC_Spawn(FCBusDriver, 10, 0.0, 0.0, 0.0);...
55
I am done with it, its working in 50%, because SendServerSikeres(playerid, "You set %s's health to: %.2f", ReturnName(userid, 0), amount); And its showing, "You set TestName's health to " So the las...
162
But i only use this function with varibles, sometime 2, or 3-4. This is the reason, because i want to use this funcion. I can use it with infinity varibles.
162
If i can do this SCMEx withouth 'color' parameter, it can be good. But i can't, beasuse if I am remove the 'color' its dosent format my string.. Whetst the reason because i want to do it with #define ...
162
Код: #define SendServerMessage(%0,%1) \ SendClientMessageEx(%0, COLOR_SERVER, "[SZERVER]:{FFFFFF} "%1) Here is a working one. Itw working, 'cause i dont nedd to put antother string after %1. But...
162
Hello i dant to define a clientmessage with some parameter Here is my define: Код: #define SendServerSikeres(%0,%1) \ SendClientMessageEx(%0, COLOR_SIKERES, "(( "%1" ))") I woud like call it lik...
162
Ohh, in the server_log, my printf write "[03:37:10] kуrhбz", so i think the problem is in SAMP OnGameModeInit. But there is another way to load my datas without calling it in OnGameModeInit?
276
Yes, i am thinking abaut it. But why its workig with command? I cant belive. Sorry for my bad english, and thanks for your help. I am trying to make a system, what checks the firts player connecting, ...
276
Some of the datas are stored like in the debug, 'cause i am trying to solve this in a lot of differend way, but the last item, 'kуrhбz' is stored like i write. And in the debug its call'd like this,...
276
In the debug it's look like its working, but if am i trying to work with this varible, (just simply prinft) its not working, as you can see in the pictures:
276
http://pastebin.com/GYiHFM5v
276
Hy. I have BlueG's lastest (R39-5) plugin, and i create a table load function in my gamemode. If i call it in OnGameModeInit, its not load perfectly the UTF8 chars, but if i call this function from a...
276
Hy, i have a problem with the program. When i am try to move somewhere, i press the right mouse button and w... When i am a litle bit aiming to the rigth the camre turn always for right until when im ...
30,502
Hello i have a mysql code Код: UPDATE `ceg` SET `cegName` = '%s', `cegRangok` = '%d', `cegPrice` = '%d', `cegOwner` = '%d', `cegPosX` = '%.4f', `cegPosY` = '%.4f', `cegPosZ` = '%.4f', `cegIntPosX...
54
How to store billion numbers in samp with integers?
98
How to connect to this ip? mysql.hostinger.hu I have an error when start the gamemode, "[SQL] Connection to "mysql.hostinger.hu" failed! Please check the connection settings..." But the ip is workin...
93
Hello i have a mysql server in 'mysql.hostinger.hu' And how to connect to this host? its lot localhost or 86.432.123 or anything...But in programs this hostname is works. In samp, not: "Connection t...
151