Author Topic: Want anything in pawn? Ask here!  (Read 27058 times)

0 Members and 1 Guest are viewing this topic.

Offline Akcent Ohare

  • Street Thug
  • *
  • Posts: 9
  • Mature Avenue. Terminology of the World!
    • View Profile
Re: Want anything in pawn? Ask here!
« Reply #30 on: February 26, 2013, 12:52:30 am »
U mean using GetVehiclePos, DeleteVehicle when player leaves it, then SetVehiclePos on the coords we got using GetVehPos?
Nice order. And also put the player at the end.

Offline USA.Ghost

  • Street Thug
  • *
  • Posts: 42
  • Pawn Scripter, IT Professional
    • View Profile
    • NE Clan Official forum
Re: Want anything in pawn? Ask here!
« Reply #31 on: February 26, 2013, 03:20:00 pm »
U mean using GetVehiclePos, DeleteVehicle when player leaves it, then SetVehiclePos on the coords we got using GetVehPos?
Nice order. And also put the player at the end.

I mean when player exits the vehicle not just a timer



Click the Click Here button on top to earn free cash by completing offers, surveys, refer others and much more

Click here to join my clan

Offline Akcent Ohare

  • Street Thug
  • *
  • Posts: 9
  • Mature Avenue. Terminology of the World!
    • View Profile
Re: Want anything in pawn? Ask here!
« Reply #32 on: February 27, 2013, 12:39:03 pm »
U mean using GetVehiclePos, DeleteVehicle when player leaves it, then SetVehiclePos on the coords we got using GetVehPos?
Nice order. And also put the player at the end.

I mean when player exits the vehicle not just a timer

Deleting, replacing and creating the vehicle at the same time? Obviously, the timer is needed. What if it's bugged? Give the code.

Offline Aldo

  • Wiseguy
  • **
  • Posts: 52
    • View Profile
Re: Want anything in pawn? Ask here!
« Reply #33 on: March 01, 2013, 12:33:46 am »
U mean using GetVehiclePos, DeleteVehicle when player leaves it, then SetVehiclePos on the coords we got using GetVehPos?
Nice order. And also put the player at the end.

I mean when player exits the vehicle not just a timer

Deleting, replacing and creating the vehicle at the same time? Obviously, the timer is needed. What if it's bugged? Give the code.

Oh god, Pawn is single threaded which means every thing is done one by one, which also means the vehicle will be deleted before the script can even crate the new one DERPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP

Offline shaheersa

  • Street Thug
  • *
  • Posts: 17
    • View Profile
Re: Want anything in pawn? Ask here!
« Reply #34 on: March 01, 2013, 08:14:18 am »
Oh god, Pawn is single threaded which means every thing is done one by one, which also means the vehicle will be deleted before the script can even crate the new one DERPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP

so, that IS the correct order

Offline Akcent Ohare

  • Street Thug
  • *
  • Posts: 9
  • Mature Avenue. Terminology of the World!
    • View Profile
Re: Want anything in pawn? Ask here!
« Reply #35 on: March 06, 2013, 12:42:45 pm »
Oh god, Pawn is single threaded which means every thing is done one by one, which also means the vehicle will be deleted before the script can even crate the new one DERPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP

No, it's not possible even in squirrel. I already mentioned the bugging problem of timer. It works well in squirrel, so, that order would work in squirrel as well. How can you say about Pawn? And what about 'one by one'? Each language requires a timer for that. Don't criticize until you're sure about it.

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: Want anything in pawn? Ask here!
« Reply #36 on: March 07, 2013, 02:17:55 am »
And what about 'one by one'? Each language requires a timer for that. Don't criticize until you're sure about it.

The irony here is painful. Pawn and Squirrel both run all instructions and commands in a script one-by-one as the script dictates. There is no need for timers for a task as simple as that. I have no idea what you're talking about, and neither do you.
Do not PM me for support.




Offline Aldo

  • Wiseguy
  • **
  • Posts: 52
    • View Profile
Re: Want anything in pawn? Ask here!
« Reply #37 on: March 07, 2013, 03:38:25 pm »
Oh god, Pawn is single threaded which means every thing is done one by one, which also means the vehicle will be deleted before the script can even crate the new one DERPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP

No, it's not possible even in squirrel. I already mentioned the bugging problem of timer. It works well in squirrel, so, that order would work in squirrel as well. How can you say about Pawn? And what about 'one by one'? Each language requires a timer for that. Don't criticize until you're sure about it.

My brain just blew up

Offline shaheersa

  • Street Thug
  • *
  • Posts: 17
    • View Profile
Re: Want anything in pawn? Ask here!
« Reply #38 on: March 08, 2013, 08:42:27 am »

Offline Akcent Ohare

  • Street Thug
  • *
  • Posts: 9
  • Mature Avenue. Terminology of the World!
    • View Profile
Re: Want anything in pawn? Ask here!
« Reply #39 on: March 09, 2013, 08:47:00 pm »
Pawn and Squirrel both run all instructions and commands in a script one-by-one as the script dictates. There is no need for timers for a task as simple as that.

This is seldom a complex thought. The difference between timer and order is clear here. Just if I'm wrong, let it be a point that is either not cleared by you or the players.

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: Want anything in pawn? Ask here!
« Reply #40 on: March 09, 2013, 10:42:41 pm »
This is seldom a complex thought. The difference between timer and order is clear here.

Do not PM me for support.




Offline Akcent Ohare

  • Street Thug
  • *
  • Posts: 9
  • Mature Avenue. Terminology of the World!
    • View Profile

Offline Fire_Head

  • Street Thug
  • *
  • Posts: 35
    • View Profile
Re: Want anything in pawn? Ask here!
« Reply #42 on: April 05, 2013, 11:30:32 am »
I think Ghost you Say Me a u give me Cmds and Function
/c kidnapper !calltaxi and Etc.............

Offline USA.Ghost

  • Street Thug
  • *
  • Posts: 42
  • Pawn Scripter, IT Professional
    • View Profile
    • NE Clan Official forum
Re: Want anything in pawn? Ask here!
« Reply #43 on: April 05, 2013, 12:55:56 pm »
I think Ghost you Say Me a u give me Cmds and Function
/c kidnapper !calltaxi and Etc.............

~Stealing server scripts not allowed~



Click the Click Here button on top to earn free cash by completing offers, surveys, refer others and much more

Click here to join my clan

Offline Richard_Carl

  • Street Thug
  • *
  • Posts: 7
  • thanks for admin users for doing this site
    • View Profile
Re: Want anything in pawn? Ask here!
« Reply #44 on: April 16, 2013, 01:55:55 pm »
i want a roleplay game mode of vcmp server plz