Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot Search Results

Pages (2): 1 2 Next »
Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Which one is better?
Post: Which one is better?

PHP Code: -- #define SendErrorMessage(%0, %1) SendClientMessage(%0, COLOR_RED, "[*]{FFFFFF} "%1) -- PHP Code: -- SendErrorMessage(playerid, const msg[]) {     new         string[145];     for...
Zow Pawn Scripting 2 56 2022-01-26, 09:29 PM
  Thread: record time
Post: record time

PHP Code: -- main() { SetTimer("update", 10, true); } ReturnTime(timevariable) //Used in the OnPlayerEnterRaceCheckpoint code. {     new milliseconds = timevariable, string[20];     while(m...
Zow Pawn Scripting 1 37 2021-11-12, 11:05 PM
  Thread: GTA SA remastered
Post: RE: GTA SA remastered

anything can happen
Zow Chat 6 158 2021-10-15, 03:24 PM
  Thread: server crash
Post: server crash

By using PawnPlus & eSelection  And then my server crashed any help please? Code: -- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, (...
Zow Pawn Scripting 2 196 2021-07-24, 04:56 PM
  Thread: static const help
Post: RE: static const help

sorry, I just confuse myself
Zow Pawn Scripting 3 372 2021-06-15, 09:17 PM
  Thread: static const help
Post: static const help

https://fiddle.sa-mp.dev/CeramicDecisiveKronosaurus Is it good to use?
Zow Pawn Scripting 3 372 2021-06-15, 03:15 PM
  Thread: What's this object id?
Post: RE: What's this object id?

AbyssMorgan Wrote: (2021-05-16, 04:33 AM) -- I think is 19133 with changed texture color -- no bro I mean under marker not marker below the box
Zow General Discussions 3 551 2021-05-16, 11:22 AM
  Thread: What's this object id?
Post: What's this object id?

https://media.discordapp.net/attachments/839887914083287090/843249350520209428/unknown.png Under the red arrow Sorry if its wrong section but I have no idea wheres section to post
Zow General Discussions 3 551 2021-05-15, 10:12 PM
  Thread: refresh query every 1 sec
Post: RE: refresh query every 1 sec

Y_Less Wrote: (2021-05-01, 05:17 PM) -- How do you refill the wallet?  Is it only ingame, or can you do that externally (e.g. from a website)? -- Yes, from a website refill > update coin and just ...
Zow Pawn Scripting 4 1,139 2021-05-01, 08:59 PM
  Thread: refresh query every 1 sec
Post: refresh query every 1 sec

I want to refresh pCoin after people refill wallet but I don't know how to do it better just want real time Coin after refill Code: -- ptask RefreshCoinTimer[1000](playerid) {     if (!LoginS...
Zow Pawn Scripting 4 1,139 2021-05-01, 11:40 AM
  Thread: mysql_query to tquery inline
Post: mysql_query to tquery inline

this one work Code: -- GetVehicleCount(playerid) {     new threadCheck[128], count;     mysql_format(ourConnection, threadCheck, sizeof(threadCheck), "SELECT COUNT(*) FROM vehicles WHERE Vehi...
Zow Pawn Scripting 1 615 2021-04-23, 05:07 PM
  Thread: date_format convert to my language
Post: date_format convert to my language

PHP Code: -- Month_Convert(month) {     new string[12];     new monthmsg[12]; switch(month) {     case 1:  monthmsg = "มกราคม";     case 2:  monthmsg = "กุมภาพันธ์";     case 3:  monthmsg =...
Zow Pawn Scripting 0 488 2021-03-26, 12:01 PM
  Thread: mysql_query suggest
Post: RE: mysql_query suggest

Ok got it now I'm asking because I don't know how to do that without inline but now I use it ty for explain
Zow Pawn Scripting 4 1,037 2021-03-22, 08:49 PM
  Thread: mysql_query suggest
Post: RE: mysql_query suggest

Why don't you store it? sry just asking Can I reset after logged in? like btw thanks for ur comment PHP Code: -- forward OnPasswordVerify(playerid, bool:success); public OnPasswordVerify(playerid,...
Zow Pawn Scripting 4 1,037 2021-03-22, 05:08 PM
  Thread: mysql_query suggest
Post: mysql_query suggest

How can I improve this code? PHP Code: -- Account_PromptLogin(playerid) {     new         query[81],         playerHash[62],         playerDate[11],         playerTime[9],         playerIP[1...
Zow Pawn Scripting 4 1,037 2021-03-19, 09:49 PM
  Thread: Divide by zero
Post: Divide by zero

Code: -- ExpProgress(playerid) {     new Float:exp = playerData[playerid][pExp]*100/PlayerRequiredExp(playerid);     return exp; } PlayerRequiredExp(playerid) {     new requiredexp = playe...
Zow Pawn Scripting 1 854 2021-01-20, 06:02 PM
  Thread: timers sometime work sometime doesnt work
Post: timers sometime work sometime doesnt work

https://www.dailymotion.com/video/x7xqv85 First time I try to show but its gone for no reason 00:01 > 00:06 Ignore after that Code: -- forward OnProgressUpdate(playerid, progress, objective); forwa...
Zow Pawn Scripting 0 1,070 2020-11-27, 04:32 PM
  Thread: PlayerTextDrawBoxColor is not work
Post: PlayerTextDrawBoxColor is not work

When I typed /show and then rCheck only switch me from 0 to 1 and done  I want them to keep count until the end  I know my code look stupid but I dont know how to do it in other way Code: -- CMD:sho...
Zow Pawn Scripting 0 811 2020-11-20, 11:28 AM
  Thread: The client only show 100/150 players but inside is already over?
Post: The client only show 100/150 players but inside is...

The client only show 100/150 players but inside is already over? How can I fix this? https://media.discordapp.net/attachments/483912132207968260/778976378933608458/unknown.png https://media.d...
Zow Pawn Scripting 0 847 2020-11-19, 01:35 PM
  Thread: Car ID bug after first lock
Post: Car ID bug after first lock

https://www.dailymotion.com/video/x7xhdh2 When I lock vehicle first time is good but the second time won't As you can see first lock/unlock debug is 1 but after that they all give me 0 all the tim...
Zow Pawn Scripting 0 831 2020-11-14, 05:35 PM
Pages (2): 1 2 Next »

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald