Warning help here
#1

Warning i get
Код:
../gamemodes/OnGameMode.pwn(1573) : warning 202: number of arguments does not match definition
line 1573
pawn Код:
tmpobjid = CreateDynamicObject(3520,1464.851,-1698.696,13.475,0.000,0.000,0.000,-1,-1,-1,150.000,150.000);
thanks in advance
Reply
#2

find in your streamer include file what is native of CreateDynamicObject then create.

or try

pawn Код:
CreateDynamicObject(3520,1464.851,-1698.696,13.475,0.0,0.0,0.0, 150);
Reply
#3

update streamer

PHP код:
//old
CreateDynamicObject(modelidFloat:xFloat:yFloat:zFloat:rxFloat:ryFloat:rzworldid = -1interiorid = -1playerid = -1Float:streamdistance 200.0);
//new
CreateDynamicObject(modelidFloat:xFloat:yFloat:zFloat:rxFloat:ryFloat:rzworldid = -1interiorid = -1playerid = -1Float:streamdistance 200.0Float:drawdistance 0.0); 
Reply
#4

Quote:
Originally Posted by IceBilizard
Посмотреть сообщение
find in your streamer include file what is native of CreateDynamicObject then create.

or try

pawn Код:
CreateDynamicObject(3520,1464.851,-1698.696,13.475,0.0,0.0,0.0, 150);
Thx its working now!
Reply
#5

Quote:
Originally Posted by N0FeaR
Посмотреть сообщение
Thx its working now!
You'd better update the streamer.
Drawing distance can be usefull sometimes.
Reply
#6

Quote:
Originally Posted by faff
Посмотреть сообщение
You'd better update the streamer.
Drawing distance can be usefull sometimes.
Yeah i just realize that :P
Reply
#7

Quote:
Originally Posted by N0FeaR
Посмотреть сообщение
Thx its working now!
the person who wrote it knows no parameters, it is wrong

PHP код:
tmpobjid CreateDynamicObject(3520,1464.851,-1698.696,13.475,0.000,0.000,0.000,-1,-1,-1,150.000); //work 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)