Wysłany: 2017-07-25, 17:53
BureWure
Wiek: 29 Na forum: 3547 dni Posty: 29
Piwa : 30
Witam, zainstalowalem FCNPC i gdy chce zrobic system zombie na konsoli wyskakuje
Kod:
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
[17:49] [FCNPC] Error: player 'Zombie_500' is not setup.
I tak caly czas, pomocy
Podpis
Podpis NIE został zablokowany przez Administrację
Wysłany: 2017-07-25, 18:19
Combacior
Wiek: 29 Na forum: 5795 dni Posty: 1516
Piwa : 2161
Wysłany: 2017-07-25, 19:09
BureWure
Wiek: 29 Na forum: 3547 dni Posty: 29
Piwa : 30
Ten kod wzi?lem z angielskiego forum, dodalem troche swojego ale nawet wszystko czyste bez dodatkow moich
Pawn
forward CreateZombies ();
public CreateZombies ()
{
new str [ 50 ]; //objects[7];
new Random = random ( sizeof ( ZombieSpawns ));
if( SpawnedZombies < MAX_ZOMBIES )
{
new thenpc_ ;
format ( str , sizeof ( str ), "Zombie_%d" , MAX_PLAYERS -( SpawnedZombies ));
thenpc_ = FCNPC_Create ( str );
ZombieLabel [ thenpc_ ] = Create3DTextLabel ( "[Zombie]\nHealth: 100" , - 1 , 30.0 , 40.0 , 50.0 , 60.0 , - 1 , 0 );
Attach3DTextLabelToPlayer ( ZombieLabel [ thenpc_ ], thenpc_ , 0.0 , 0.0 , 0.4 );
FCNPC_Spawn ( thenpc_ , 241 , ZombieSpawns [ Random ][ 0 ], ZombieSpawns [ Random ][ 1 ], ZombieSpawns [ Random ][ 2 ]);
FCNPC_SetWeapon ( thenpc_ , 1 );
FCNPC_SetHealth ( thenpc_ , 100 );
ZombieTimer [ thenpc_ ] = repeat ZombieMove ( thenpc_ );
SetPlayerColor ( thenpc_ , 0xFF0000FF );
IsAZombie [ thenpc_ ] = 1 ;
SpawnedZombies ++;
}
else
{
KillTimer ( ZombiesTimer );
printf ( "Zombies creation done!" );
}
return 1 ;
}
Podpis
Podpis NIE został zablokowany przez Administrację
Tagi: fcnpc :: c-r-a-s-h
Anonymous
Na forum: 245 dni
Posty: 1
Anonymous Koniecznie zajrzyj na: