Search Results
Quote: Originally Posted by DRIFT_HUNTER Two types of textdraws. Globals, and player based. Each player can see 1024 global and 1024 player textdraws. Player based textdraws are only for o...
247
i think he just want to delete the char behind " ' "...am i right?
139
Quote: Originally Posted by SmoW Yes I use PlayerTextDraw, but I need to use it like this since they are based only for EACH player's stats such as Hunger bar, Thirst bar etc-.., if I use ...
247
Quote: Originally Posted by SmoW Every player that is online on the server will have at least 25 textdraws displayed on his screen. U're using PlayerTextDraw, right? i think maybe u sho...
247
Use dialog, i think it's good. What do you mean "use around 25 per each connected player"? I think it's only count when you create in your mode..
247
I want to make a start button to run the server in my UCP (for only Admin). I'm using Debian, and i think it could.........Is it possible?!?
42
Line 17082! It doesn't seem have any problem, so i think you'll need full code PHP код: format(str, sizeof(str), "~r~%s$", AddCommas(money));  //HERE 17082 
155
Line 17082 is: PHP код: stock GiveMoney(playerid, money)  {      new str[128];      if(money > 0)      {          format(str, sizeof(str), "~g~+%s$", AddComm...
155
Ok, i find it: PHP код: [02:12:27] [debug] AMX backtrace:[02:12:27] [debug] #0 native format () from samp03svr[02:12:27] [debug] #1 0011f4e0 in public cmd_givemoney () at OCP...
155
How can i complier with debug mode?!?
155
Here: PHP код: [01:51:08] [debug] AMX backtrace: [01:51:08] [debug] #0 native format () from samp03svr [01:51:08] [debug] #1 000ea124 in public cmd_givemoney () from OCP.amx ...
155
I make this function: PHP код: stock GiveMoney(playerid, money) {     new str[128];     if(money > 0)     {         format(str, sizeof(str), "~g~+%s$", AddCommas(...
155
Quote: [20:48:23] Incoming connection: 115.79.37.237:4873 [20:48:37] Incoming connection: 113.170.121.210:29685 [20:48:40] Incoming connection: 116.102.176.98:54875 [20:48:47] Incoming con...
102
i have a float value: 0.33412359. And i want to show this float 0.3 or 0.33! Help me
138
i want to attact lumbers to Flatbed vehicle, but it have 3 type! I only need 1st type for my job system! So how can i do this? Help me
97
PHP код: new Injured[MAX_PLAYERS]; public OnPlayerConnect(playerid) { Injured[playerid] = 0; return 1; } public OnPlayerSpawn(playerid) {     if(Injured[playerid] == 1)     { ...
90
Hmmm...so if i don't use Auto_Increment for ID Biz, how can i get the empty id from SQL?
89