AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Cynlinder (https://forums.alliedmods.net/showthread.php?t=132454)

Vechta 07-15-2010 09:21

Cynlinder
 
Why this cylinder dont show?..
Code:

message_begin(MSG_ALL,SVC_TEMPENTITY,iOrigin)
write_byte(TE_BEAMCYLINDER)
write_coord(iOrigin[0])
write_coord(iOrigin[1])
write_coord(iOrigin[2])
write_coord(iOrigin[0])
write_coord(iOrigin[1])
write_coord(iOrigin[2]+200)
write_short(white)
write_byte(0)
write_byte(0)
write_byte(10)
write_byte(128)
write_byte(1)
write_byte(0)
write_byte(255)
write_byte(0)
write_byte(128)
write_byte(0)
message_end()

I want something like this but it doesnt show :S
http://i42.tinypic.com/1z4hhr9.jpg

Vechta 07-15-2010 10:19

Re: Cynlinder
 
Anyone ?

ot_207 07-15-2010 18:26

Re: Cynlinder
 
Quote:

Originally Posted by Vechta (Post 1240081)
Anyone ?

First you need to create a function with that code of yours. After that you can test it with a command or something.
Also try to see message_const.inc


All times are GMT -4. The time now is 07:15.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.