jo wäre super
Beiträge von Darkside27
-
-
bei jedem kann man die probleme lösen.
Aber nur bei mir nicht? -.- - ach man ey -.- -
Wenn ich Server starten will kommt da: Number of vehicle model: 0
das mit file or function ... - ist wegServer.cfg:
echo Executing Server Config...
lanmode 1
rcon_password test123
maxplayers 32
port 7777
hostname testserver
gamemode0 LSrealilfe
filterscripts
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins streamer mysql// in Server.cfg was geändert.
-
& gehtS?
mach einfach so ->
if(GetPlayerMoney(playerid) >= 1020 )muss klappen :b
-
if(GetPlayerMoney(playerid) >= 1020
)mach so
-
Also ich hab das ganze mal in mein Gamemod eingebaut.
Wenn ich Server starten will kommt da: Number of vehicle model: 0Server.cfg:
echo Executing Server Config...
lanmode 1
rcon_password lol123
maxplayers 32
port 7777
hostname Test-Server
gamemode0 Test
filterscripts
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins mysql streamer -
mach auch so, das wenn man ein Fahrzeug kauft das gleich da bei kennzeichen auch der Namen vom Spielern steht.
& auch gespeichert bleibt. -
Ich hab von Sniper also DT_DynamicCar in Gamemode eingebaut.
Also ich wollte es nicht als Filterscript benutzen. Genau wo ich alles reingemacht habe
kommt das mit: File or function ...
Ich weiß jetzt nicht was ich da suchen oder fixxen muss. -
jo :x
also hab das mit <a_mysql> mal raus getan. So wenn ich server starten will kommt da:
Run time error 19: "File or function is not found"Server.cfg:
echo Executing Server Config...
lanmode 1
rcon_password test123
maxplayers 32
port 7777
hostname testserver
gamemode0 LSrealilfe
filterscripts bfx_stream
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins streamer mysql -
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\a_mysql.inc(22) : error 021: symbol already defined: "mysql_connect"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\a_mysql.inc(22) : error 025: function heading differs from prototype
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\a_mysql.inc(22) : error 025: function heading differs from prototype
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\a_mysql.inc(22) : fatal error 107: too many error messages on one lineCompilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
#include <a_samp>
#include <float>
#include <utils>
#include <morphinc>
#include <bfx_oStream>
#include <M_Bot>
#include <time>
#include <a_objects>
#include <nb_rb>
#include <blitzer>
#include <ocmd>
#include <desk>
#include <a_http>
#include <streamer>
#include <Mysql>
#include <a_mysql>Wieso kommen die Errors?!
-
Mach dann gleich auch so, das wenn man die autos kauft. Das da automatisch dein Name aufm Kennzeichn steht.
oder so in der art. aber sonst 10/10 nice gemacht.