Converting 3D script to 3E, with the 3E Streamer.
#1

Hi,

I'm struggling to update my GM to the 3E, with the new functions from the new 3E streamer plugin.
Any idea how I do it?

Thanks.
Reply
#2

I am pretty sure you just re-compile your script, cause they didnt delete anything.
Reply
#3

I get this when recompiling it with the 3e streamer...

Quote:

C:\Users\Liam\Desktop\WOL NEW FILES - 3D\gamemodes\GM.pwn(5956) : error 017: undefined symbol "distance"
C:\Users\Liam\Desktop\WOL NEW FILES - 3D\gamemodes\GM.pwn(5956) : warning 215: expression has no effect
C:\Users\Liam\Desktop\WOL NEW FILES - 3D\gamemodes\GM.pwn(5956) : error 001: expected token: ";", but found ")"
C:\Users\Liam\Desktop\WOL NEW FILES - 3D\gamemodes\GM.pwn(5956) : error 029: invalid expression, assumed zero
C:\Users\Liam\Desktop\WOL NEW FILES - 3D\gamemodes\GM.pwn(5956) : fatal error 107: too many error messages on one line

Reply
#4

Can you show me the code for line 5956?
Reply
#5

Here you go;

Quote:

CreateDynamicObject(3113,-2337.26001000,2559.60839800,23.08219000,0.00000000 ,285.56760819,185.86120620, .distance = 10000.0);

Reply
#6

remove the dot before distance and show me the errors
Reply
#7

This is what I get now;

Quote:

C:\Users\Liam\Desktop\WOL NEW FILES - 3D\gamemodes\GM.pwn(5956) : error 017: undefined symbol "distance"
C:\Users\Liam\Desktop\WOL NEW FILES - 3D\gamemodes\GM.pwn(5956) : warning 215: expression has no effect
C:\Users\Liam\Desktop\WOL NEW FILES - 3D\gamemodes\GM.pwn(5956) : error 001: expected token: ";", but found ")"
C:\Users\Liam\Desktop\WOL NEW FILES - 3D\gamemodes\GM.pwn(5956) : error 029: invalid expression, assumed zero
C:\Users\Liam\Desktop\WOL NEW FILES - 3D\gamemodes\GM.pwn(5956) : fatal error 107: too many error messages on one line

Reply
#8

Can you show me the code around it?
Reply
#9

try it like this

pawn Код:
CreateDynamicObject(3113,-2337.26001000,2559.60839800,23.08219000,0.00000000 ,285.56760819,185.86120620, 10000.0);
without the .distance =
Reply
#10

Without the distance I now have this on the line;

Quote:

C:\Users\Liam\Desktop\WOL NEW FILES - 3D\gamemodes\GM.pwn(5956) : warning 213: tag mismatch

Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)