Random spawn?Help
#6

Quote:
Originally Posted by ServerScripter
Посмотреть сообщение
Код:
C:\DOCUME~1\PC\Bureau\RE-Games\GAMEMO~1\RE-GAMES.pwn(109) : error 021: symbol already defined: "OnPlayerSpawn"
C:\DOCUME~1\PC\Bureau\RE-Games\GAMEMO~1\RE-GAMES.pwn(110) : error 017: undefined symbol "s_randon_skins"
C:\DOCUME~1\PC\Bureau\RE-Games\GAMEMO~1\RE-GAMES.pwn(110) : error 017: undefined symbol "MAX_RANDOM_SKINS"
C:\DOCUME~1\PC\Bureau\RE-Games\GAMEMO~1\RE-GAMES.pwn(110) : error 029: invalid expression, assumed zero
C:\DOCUME~1\PC\Bureau\RE-Games\GAMEMO~1\RE-GAMES.pwn(110) : fatal error 107: too many error messages on one line

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


5 Errors.
PHP код:
#define MAX_RANDOM_SKINS 10
new s_randon_skins[MAX_RANDOM_SKINS] = {2311236110206}; 
At the top of teh script, under #include <a_samp>
PHP код:
SetPlayerSkin(playerids_randon_skins[random(MAX_RANDOM_SKINS)]); 
UNder call back OnPlayeSpawn that already exsists in script.
Reply


Messages In This Thread
Random spawn?Help - by ServerScripter - 12.07.2011, 09:14
Re: Random spawn?Help - by Toreno - 12.07.2011, 09:19
Re: Random spawn?Help - by [MG]Dimi - 12.07.2011, 09:21
Re : Random spawn?Help - by ServerScripter - 12.07.2011, 09:22
Re: Re : Random spawn?Help - by Toreno - 12.07.2011, 09:24
Re: Re : Random spawn?Help - by [MG]Dimi - 12.07.2011, 09:26
Re : Re: Random spawn?Help - by ServerScripter - 12.07.2011, 09:26
Re: Re : Re: Random spawn?Help - by Toreno - 12.07.2011, 09:32
Re : Random spawn?Help - by ServerScripter - 12.07.2011, 09:32
Re : Re: Re : Re: Random spawn?Help - by ServerScripter - 12.07.2011, 09:34

Forum Jump:


Users browsing this thread: 2 Guest(s)