Raised This Month: $ Target: $400
 0% 

[ZA] Error con respawn de zombie..!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
wester
Member
Join Date: May 2011
Location: Venezuela xd
Old 05-04-2013 , 16:32   Re: [ZA] Error con respawn de zombie..!
#5

Quote:
No me habéis pedido ayuda, así que no digáis que no os ayudo.

Encontré el bug, gracias por reportar, estará pendiente en la próxima actualización

Esto debería corregirlo (no lo he probado)

ir a
PHP Code:
public fw_PlayerSpawn_Post(id)
y cambiar esto:
PHP Code:
// Reset player vars
reset_vars(id, 0, 0)

// Spawn as zombie?
if (g_respawn_as_zombie[id] && !g_newround)
{
zombieme(id, 0, 0, 0, 0) // make him zombie right away
return;
}
-->

PHP Code:
// Spawn as zombie?
if (g_respawn_as_zombie[id] && !g_newround)
{
reset_vars(id, 0, 0) // reset player vars
zombieme(id, 0, 0, 0, 0) // make him zombie right away
return;
}

// Reset player vars
reset_vars(id, 0, 0)
voy a probarlo y te aviso
__________________
Steam: alouser2
wester is offline
Send a message via MSN to wester Send a message via Skype™ to wester
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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