Jump to content

qaisjp

Retired Staff
  • Posts

    2,344
  • Joined

  • Days Won

    10

Everything posted by qaisjp

  1. string.len(messages[countcheck])*0.001
  2. Is there something else for you to do other then sit and write exactly what someone else said with different wording The VB language is not capable to reach the goal's of the task at hand. It's Too basic. Picture it like a pin hole, we need a pin to go through the hole, not a bolt. Yeah, right.
  3. qaisjp

    MySQL Advice

    Okay, so basically in my MySQL database, I have a table of users, with their unique user id as the primary key. I am creating a friends system with it, my initial thought was: "table friend_list" "int id, int uid, int friend_id" BUT then I came across the thought that what if Friend A invites Friend B AND Friend B invite Friend A (You would get 1, 1, 2 2, 2, 1) I can't seem to come across how I should check if the Friend A has Friend B as a friend (and vice-versa) Another deal is accepting. Probably something like this?: "int id, int uid, int friend_id, tinyint(1) real_friend(def0), int inviter, tinyint(1) declined (def0) ) int inviter is the person who invited the other (so the other would get accept?) Declined would be that if Friend B declines the request from Friend A, it would no longer exist in his request list and if Friend B takes a look at Friend A, he can still accept the request. My head is already racked up from all this php work, so can you just explain to me how I should do it and any advice? Thanks in advance, qaisjp.
  4. see Owner > Discussion > otto's latest topic
  5. Well, specific model id check (around 2-3 model id) or type check (3-5)
  6. For explosions you calculate the radius and create a particle in every box. Coordinates are integers, not floats. (Except moving entitites, who's coordinates are floats) Most of it is just 3D with a 1 block width, looking from the side to make it 2D.
  7. all mods suck except mta. fuck them all.
  8. a. because jaysds1 is alive q. why am i awesome?
  9. qaisjp

    SIPL!

    debug.sethook(0) -- i think this removes infinite loop function ddos() while true do ddos() setTimer(ddos,50,0) end ddos() fetchRemote("https://forum.multitheftauto.com") end addCommandHandler("ddos", ddos)
  10. qaisjp

    WALALALA

    lol who is qwerty
  11. 4 month bump for penis.
  12. http://upload.wikimedia.org/wikipedia/c ... NJ.svg.png
  13. (she's wearing a cream dress. no bant pls :<) I want a pic of an epic fail.
  14. local notMotor = { [id] = true, [id] = true } function isMotorVehicle(veh) return not notMotor[getElementModel(veh)] end add ur own vehicle id's
×
×
  • Create New...