[REÅ ENO] Kucni Server

Započeo Keno_Caponee, Jun 25, 2016, 23:19:10 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim:bsrp
Detaljan opis problema:naci napravim ovo u skripti [pawn]#include <a_samp>
main()
{
print("||==================||");
print("|| Server Test      ||");
print("||==================||");
SetGameModeText(" v1.0 ");
SendRconCommand("mapname Beograd");
}
//=================================================================//
public OnPlayerSpawn(playerid)
{
SetPlayerSkin(playerid, 293);
GivePlayerMoney(playerid, 1);
SetPlayerPos(playerid, 1437.61731, -1045.47510, 22.65236);
SetPlayerFacingAngle(playerid, 0.0);
SetPlayerInterior(playerid, 0);
}
//===================================================================//
public OnPlayerConnect(playerid)
{
RemoveBuildingForPlayer(playerid, 4585, 1451.9922, -1067.3984, 112.5391, 0.25);
RemoveBuildingForPlayer(playerid, 4626, 1451.9922, -1067.3984, 112.5391, 0.25);
RemoveBuildingForPlayer(playerid, 4741, 1522.0313, -1132.8047, 70.8125, 0.25);
RemoveBuildingForPlayer(playerid, 4742, 1517.7266, -1087.8984, 32.3906, 0.25);
}
//==========================================================//
public OnGameModeInit()
{
CreateObject(19377, 1437.61169, -1026.45947, 22.65236,   0.00000, 0.00000, 0.00000);
CreateObject(19377, 1437.60364, -1035.95520, 22.65236,   0.00000, 0.00000, 0.00000);
CreateObject(19377, 1437.61731, -1045.47510, 22.65236,   0.00000, 0.00000, 0.00000);
}[/pawn]
i nema niti jednog errora e sada kada ocu da pokrenem server ovo mi se desi
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team

[23:18:14] filterscripts = ""  (string)
[23:18:14]
[23:18:14] Server Plugins
[23:18:14] --------------
[23:18:14]  Loaded 0 plugins.

[23:18:14] I couldn't load any gamemode scripts. Please verify your server.cfg
[23:18:14] It needs a gamemode0 line at the very least.


a ovo mi je u server.cfg
echo Executing Server Config...
lanmode 0
rcon_password kurac
maxplayers 50
port 7777
hostname Sever Test
gamemode0 ServerTest
filterscripts
announce 0
query 1
chatlogging 0
weburl www.uskoro.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language English

Dio skripte://
Neke slike/video za lakse dobivanje pomoci(neobavezno)://
Poslednja Izmena: Jun 25, 2016, 23:33:11 POSLE PODNE od â–… â–† â–ˆ Rudimental â–ˆ â–† â–…

Jesi compile scriptu na ovaj mod ServerTest?  :)
• G A M E M O D E •
• F I L T E R S C R I P T •
• T U T O R I A L •


Citat
You are what you believe yoursefl to be.

a skonto sam u gamemode0 je trebalo staviti naziv pawn dokumenta HVALA TI !

Nista  ;D
• G A M E M O D E •
• F I L T E R S C R I P T •
• T U T O R I A L •


Citat
You are what you believe yoursefl to be.