Nehme auch Teil
Beiträge von xFreak.Jnky
-
-
Suche einen guten SAMP Server wo man entspannt Zocken kann und es wenig Hacker gibt da ich die schnauze voll hab von Hackern
-
Nein, das ist ja das komische. Versuche das schon seit 1 Stunde zubeheben geht aber net
-
/* Core functions
*
* (c) Copyright 1998-2005, ITB CompuPhase
* This file is provided as is (no warranties).
*/
#if defined _core_included
#endinput
#endif
#define _core_included
#pragma library Corenative heapspace();
native funcidx(const name[]);
native numargs();
native getarg(arg, index=0);
native setarg(arg, index=0, value);native tolower(c);
native toupper(c);
native swapchars(c);native random(max);
native min(value1, value2);
native max(value1, value2);
native clamp(value, min=cellmin, max=cellmax);native getproperty(id=0, const name[]="", value=cellmin, string[]="");
native setproperty(id=0, const name[]="", value=cellmin, const string[]="");
native deleteproperty(id=0, const name[]="", value=cellmin);
native existproperty(id=0, const name[]="", value=cellmin); -
Nope es ist drinne
-
D:\Ben-Hauptordner\Ben\SAMP-Scripts\GNR\pawno\include\core.inc(12) : error 010: invalid function or declaration
#include <a_samp>
#include <streamer>
#include <a_mysql>
#include <md-sort>
#include <a_http>
#include <surfboard>
#include <Dini>
#include <core>
#include <sscanf2>
#include <ocmd>Was ist falsch ?
-
Bisschen googeln wär doch auch nicht verkehrt oder?
Vielen Dank. Hat geholfen!
//CLOSED
-
Geht genau sowenig
root@ben:~/samp03# apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5E: Package 'ia32-libs' has no installation candidate
root@ben:~/samp03# -
Der command geht bei mir net.
-bash: aptitude: command not found -
Dies geht auch nicht: steht das selbe nur mit Cannot exec
-
Hallo,
Ich habe ein Rootserver mit debian-8.0-x86_64 und dort möchte ich gerne ein SAMP Server drauf laufen lassen. Ich habe alles wichtige 0777 rechte gegeben aber es geht nicht.
Folgender Fehler kommt auf: Ich gebe /samp03svr ein (/samp03svr & geht auch nicht) und das kommt: -bash: ./samp03svr: No such file or directory