Raised This Month: $ Target: $400
 0% 

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: Nubo
Forum: Scripting Help 05-06-2015, 09:52
Replies: 7
Views: 2,930
Posted By Nubo
Re: Entity angles (yaw)

Not work.
I don't understand why...

How i create entity:

new wall = create_entity("info_target")

entity_set_model( wall, "models/wall.mdl" )

new Float:pOrigin[3]
Forum: Scripting Help 05-03-2015, 14:24
Replies: 7
Views: 2,930
Posted By Nubo
Re: Entity angles (yaw)

Can you show me a example? Thanks.
Forum: Scripting Help 05-03-2015, 08:50
Replies: 7
Views: 2,930
Posted By Nubo
Re: Entity angles (yaw)

Thanks you for attempted, but not work.

I tried to use this code:
new Float:vRetVector[3]

//entity_get_vector( id, EV_VEC_angles, vRetVector )

entity_get_vector( id, EV_VEC_angles,...
Forum: Scripting Help 05-02-2015, 13:06
Replies: 7
Views: 2,930
Posted By Nubo
Entity angles (yaw)

Hello.
Can someone explain me how to change entity angles?

My code:
new ent = create_entity("info_target")

entity_set_string( ent, EV_SZ_classname, CLS )
entity_set_model( ent, MDL )...
Forum: Scripting Help 11-19-2012, 10:35
Replies: 7
Views: 1,765
Posted By Nubo
Re: No respawn the spectators (??)

Here's the code entirely.
public player_respawn(id, iStart)
{
id += TASK_RESPAWN

if(!(TEAM_RED <= g_iTeam[id] <= TEAM_BLUE) || g_bAlive[id])
return

static iCount[33]
Forum: Scripting Help 11-18-2012, 18:08
Replies: 7
Views: 1,765
Posted By Nubo
Re: No respawn the spectators (??)

Oh, sorry.
I forgot to write "return"....

Original code:
if(!(TEAM_RED <= g_iTeam[id] <= TEAM_BLUE) || g_bAlive[id])
return
This code respawn T and CT, but also Spec. (If the player is moved...
Forum: Scripting Help 11-17-2012, 17:36
Replies: 7
Views: 1,765
Posted By Nubo
No respawn the spectators (??)

Hello.

How I make to no respawn the spectators?? But, respawn CT and T.

Original code:
if(!(TEAM_RED <= g_iTeam[id] <= TEAM_BLUE) || g_bAlive[id])

Does not work:
if(!(TEAM_RED <=...
Forum: Suggestions / Requests 11-12-2012, 07:28
Replies: 0
Views: 602
Posted By Nubo
Minor changes jCTF Mod.

Hi all. (To talk, I use a translator.)
I need your help.
Help me with the solution of two problems jCTF Mod: (The author is no longer working with this mod.)
1. Duplicate messages in the chat. If...
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT -4. The time now is 09:01.


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