Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => Topic started by: Zegro on January 16, 2010, 07:40:22 PM

Title: List of Bugs with Pawno
Post by: Zegro on January 16, 2010, 07:40:22 PM
1) timers don't seem to work[although I may be missing something)
2) setplayerskin bugs a player on skin[can't shoot, get into cars...]
3) gm name can't be changed, native does nothin - setgametext or somethin it is
4) createvehicle causes runtime error
5) setplayercolor causes runtime error
herp herp
Title: Re: List of Bugs with Pawno
Post by: Boss on January 16, 2010, 08:02:31 PM
I reported all of these.
1) Yes, they actually don't work.
2) You need to jump after spawning to be able to shoot/drive.
3) Yep, the mode will always be shown as "DM" in the browser.
4,5) These two are not implemented, even though they are added in .inc.
Title: Re: List of Bugs with Pawno
Post by: Zegro on January 16, 2010, 08:17:35 PM
also, setplayerskin doesn't work on class select
:(
Title: Re: List of Bugs with Pawno
Post by: ricardo on January 16, 2010, 08:21:03 PM
lol i think the lesson here is.. STAY AWAY FROM THE PAWN SERVER UNTIL ALL THIS IS FIXED.

Trix rox @ pawn scripting - MonkeyScripts++
Title: Re: List of Bugs with Pawno
Post by: Boss on January 17, 2010, 03:25:46 AM
Quote from: ricardo on January 16, 2010, 08:21:03 PM
STAY AWAY FROM THE PAWN SERVER UNTIL ALL THIS IS FIXED
Nope, it's more like "EXCESSIVELY USE PAWN SERVER SO THAT DEVS HAVE TO FIX IT".  ;)
Title: Re: List of Bugs with Pawno
Post by: Trip on January 17, 2010, 03:38:04 AM
Quote from: Boss on January 17, 2010, 03:25:46 AM
Quote from: ricardo on January 16, 2010, 08:21:03 PM
STAY AWAY FROM THE PAWN SERVER UNTIL ALL THIS IS FIXED
Nope, it's more like "EXCESSIVELY USE PAWN SERVER SO THAT DEVS HAVE TO FIX IT".  ;)
O SNAP
Title: Re: List of Bugs with Pawno
Post by: Falcon on January 17, 2010, 06:12:10 AM
Yea already know about this .. should maybe read before reporting bugs.
Quote from: Zegro on January 16, 2010, 07:40:22 PM
1) timers don't seem to work[although I may be missing something)
Never seen that bug before and tested appears to work fine for me.
Quote from: Zegro on January 16, 2010, 07:40:22 PM
2) setplayerskin bugs a player on skin[can't shoot, get into cars...]
Will be fixed very soon.
Quote from: Zegro on January 16, 2010, 07:40:22 PM
3) gm name can't be changed, native does nothin - setgametext or somethin it is
Will look into as stated by boss already reported.
Quote from: Zegro on January 16, 2010, 07:40:22 PM
4) createvehicle causes runtime error
How about try using SetPlayerTeam() instead .. Didn't noticed setplayercolor was still in inc.
Quote from: Zegro on January 16, 2010, 07:40:22 PM
5) setplayercolor causes runtime error

Title: Re: List of Bugs with Pawno
Post by: Tommy_Kills on January 17, 2010, 05:53:43 PM
PutPlayerInVehicle and GivePlayerMoney doesnt work for me.
Title: Re: List of Bugs with Pawno
Post by: Zegro on January 17, 2010, 06:01:42 PM
Quote from: Falcon on January 17, 2010, 06:12:10 AM
Yea already know about this .. should maybe read before reporting bugs.
Quote from: Zegro on January 16, 2010, 07:40:22 PM
1) timers don't seem to work[although I may be missing something)
Never seen that bug before and tested appears to work fine for me.
Quote from: Zegro on January 16, 2010, 07:40:22 PM
2) setplayerskin bugs a player on skin[can't shoot, get into cars...]
Will be fixed very soon.
Quote from: Zegro on January 16, 2010, 07:40:22 PM
3) gm name can't be changed, native does nothin - setgametext or somethin it is
Will look into as stated by boss already reported.
Quote from: Zegro on January 16, 2010, 07:40:22 PM
4) createvehicle causes runtime error
How about try using SetPlayerTeam() instead .. Didn't noticed setplayercolor was still in inc.
Quote from: Zegro on January 16, 2010, 07:40:22 PM
5) setplayercolor causes runtime error



sorry for not reading previous posts... I'm posting for someone else so if I was looking for the same error it could be phrased in all kinds of different ways, be the same thing and I'd overlook it.

new bugs with your fixes...
CreateVehicle works on gamemodeinit only
setvehiclepos only works 1 time.
Title: Re: List of Bugs with Pawno
Post by: Zegro on January 19, 2010, 08:38:13 PM
sorry for double post

BottomText will cause crashes if a space[" "] or nothing is entered as the value
Title: Re: List of Bugs with Pawno
Post by: Boss on January 19, 2010, 08:39:50 PM
Quote from: Zegro on January 19, 2010, 08:38:13 PM
BottomText will cause crashes if a space[" "] or nothing is entered as the value
Try three spaces.
Title: Re: List of Bugs with Pawno
Post by: Ettans on January 20, 2010, 09:55:37 AM
OnPlayerCommandText doesn't seem to be called at all, no matter what command you put there, it always returns "I don't know that command".
Title: Re: List of Bugs with Pawno
Post by: Tommy_Kills on January 20, 2010, 12:28:30 PM
yes it does just type /c yourcommandhere ingame (which is retarded to me)
Title: Re: List of Bugs with Pawno
Post by: Ettans on January 20, 2010, 12:35:18 PM
Oh, the /c in-front is retarded indeed. :/

Edit: There's also a bug with SendClientMessage. If you send a message, say with red colour and then send another message with green color, the second messages color will change all texts on-screen to green.
Title: Re: List of Bugs with Pawno
Post by: duszek21 on March 16, 2010, 08:32:57 PM
Quote from: Zegro on January 17, 2010, 06:01:42 PM
setvehiclepos only works 1 time.
SetVehiclePos will only work until someone use this car.
Title: Re: List of Bugs with Pawno
Post by: aXXo on March 17, 2010, 02:56:20 PM
SetWantedLevel does not work.

The GUPS code for /c setwantedlevel seems fine.....I think the problem is with SetWantedLevel(...).....ive also tried the example code in Wiki....the stars wont flash in the HUD.