PLAYER_STATE_WASTED After First Spawn
#1

Hello

i'm trying to script a RP gamemode, but sometimes after make the first spawn my char dies by reason 255 and the calback OnPlayerStateChange is caled by new state = 7

Look the callbacks backtrace:


PHP код:
[11/09/12 19:56:31OnPlayerConnect  // When I connect
[11/09/12 19:56:31connections => Bot_Bsli conectou no servidor. (idIP127.0.0.1)
[
11/09/12 19:56:35OnPlayerRequestClass // Some seconds after connection
[11/09/12 19:56:45OnDialogResponse //After put my password on dialog login
[11/09/12 19:56:47OnPlayerStateChange(080// A spawn in progress
[11/09/12 19:56:47OnPlayerSpawn // the callback spawning me
[11/09/12 19:56:47OnPlayerStateChange(078)  // Here is where everything goes to a weird way
[11/09/12 19:56:47OnPlayerDeath(065535255// Weird die by a weird reason
[11/09/12 19:56:47] [deathBot_Bsli died 255
[11/09/12 19:56:53OnPlayerStateChange(087)
[
11/09/12 19:56:53OnPlayerSpawn // now everything go alright and I got a nice spawn 
does anyone know why is it happening?
Reply


Messages In This Thread
PLAYER_STATE_WASTED After First Spawn - by dudaefj - 11.09.2012, 23:43
Re: PLAYER_STATE_WASTED After First Spawn - by Kirollos - 12.09.2012, 01:16
Re: PLAYER_STATE_WASTED After First Spawn - by dudaefj - 13.09.2012, 00:16
Re: PLAYER_STATE_WASTED After First Spawn - by Slaykler - 13.09.2012, 03:35
Re: PLAYER_STATE_WASTED After First Spawn - by dudaefj - 13.09.2012, 21:04

Forum Jump:


Users browsing this thread: 1 Guest(s)