Spawn Ramdom Como Hacer Ayuda
#7

Me Salio Esto
Quote:

C:\Users\User Principal 2\Documents\DeTodoUnPoco\gamemodes\DeTodoUnPocoVIP .pwn(97 : error 017: undefined symbol "RandomSpawns"
C:\Users\User Principal 2\Documents\DeTodoUnPoco\gamemodes\DeTodoUnPocoVIP .pwn(979) : error 017: undefined symbol "RandomSpawns"
C:\Users\User Principal 2\Documents\DeTodoUnPoco\gamemodes\DeTodoUnPocoVIP .pwn(979) : warning 215: expression has no effect
C:\Users\User Principal 2\Documents\DeTodoUnPoco\gamemodes\DeTodoUnPocoVIP .pwn(979) : error 001: expected token: ";", but found "]"
C:\Users\User Principal 2\Documents\DeTodoUnPoco\gamemodes\DeTodoUnPocoVIP .pwn(979) : error 029: invalid expression, assumed zero
C:\Users\User Principal 2\Documents\DeTodoUnPoco\gamemodes\DeTodoUnPocoVIP .pwn(979) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Errors.

y Lo Tengo De Esta Manera
Quote:

public OnPlayerSpawn(playerid)
{
//=====================Armas Dada Al Spawnear A El Jugador=============================
SetPlayerHealth(playerid, 100);
SetPlayerArmour(playerid, 100);
GivePlayerWeapon(playerid, 24,1000);
GivePlayerWeapon(playerid, 31,1000);
GivePlayerWeapon(playerid, 26,1000);
GivePlayerWeapon(playerid, 32,1000);
GivePlayerWeapon(playerid, 28,1000);
GivePlayerWeapon(playerid, 34,1000);
GameTextForPlayer(playerid,"~y~Proteccion ~r~5~y~sg",6000,5); Inorar Pero Si Puedes Ayudarme Como Creo Protecion Por 5 Segundos al Jugador Que Spawnea

//================================================== ===================================
new rand = random(sizeof RandomSpawns);
SetPlayerPos(playerid, RandomSpawns[rand][0], RandomSpawns[rand][1],
RandomSpawns[rand][2]);
return 1;
}

Reply


Messages In This Thread
Spawn Ramdom Como Hacer Ayuda - by Gamerd - 02.06.2017, 03:34
Respuesta: Spawn Ramdom Como Hacer Ayuda - by Matyaas - 02.06.2017, 03:41
Re: Spawn Ramdom Como Hacer Ayuda - by Gamerd - 02.06.2017, 03:48
Respuesta: Spawn Ramdom Como Hacer Ayuda - by Matyaas - 02.06.2017, 03:52
Re: Spawn Ramdom Como Hacer Ayuda - by Toroi - 02.06.2017, 03:52
Re: Spawn Ramdom Como Hacer Ayuda - by Gamerd - 02.06.2017, 03:59
Re: Spawn Ramdom Como Hacer Ayuda - by Gamerd - 02.06.2017, 04:14
Respuesta: Spawn Ramdom Como Hacer Ayuda - by Matyaas - 02.06.2017, 04:24
Re: Spawn Ramdom Como Hacer Ayuda - by Gamerd - 02.06.2017, 04:41
Re: Spawn Ramdom Como Hacer Ayuda - by Blackaslan - 02.06.2017, 05:20

Forum Jump:


Users browsing this thread: 1 Guest(s)