• Welcome to Vice City Multiplayer.
 

List of Bugs with Pawno

Started by Zegro, January 16, 2010, 07:40:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Zegro

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

Boss

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.

Zegro

also, setplayerskin doesn't work on class select
:(

ricardo

#3
lol i think the lesson here is.. STAY AWAY FROM THE PAWN SERVER UNTIL ALL THIS IS FIXED.

Trix rox @ pawn scripting - MonkeyScripts++

Boss

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".  ;)

Trip

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

Falcon

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


Tommy_Kills

PutPlayerInVehicle and GivePlayerMoney doesnt work for me.

Zegro

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.

Zegro

sorry for double post

BottomText will cause crashes if a space[" "] or nothing is entered as the value

Boss

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.

Ettans

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".

Tommy_Kills

yes it does just type /c yourcommandhere ingame (which is retarded to me)

Ettans

#13
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.

duszek21

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.