Search Results
Sorry for double post but can anybody help me?
131
Quote: Originally Posted by 0rb This mean you didn't give any value to that variable and try to use it. Add this line under the declaration anyway: amx_StrParam(amx, params[1], arg); ...
131
Quote: Originally Posted by JakeB Add the file "amxplugin.cpp" (Located in the SDK folder) to your project solution. it compiles now but i got 1 warning: Код: 1>H:\Plugin\test\t...
131
Quote: Originally Posted by GNeoncore include export.def witch comes with sa-mp SDK i don't have any export.dev Код: fatal error C1083: Cannot open include file: 'export.def': No s...
131
Hey all I'm new at C++ but i need a plugin so i will ask you guys I made a start with Microsoft visual C++ and i made something easy like this: http://hamptonin.pastebin.com/m74a96006 But i got e...
131
Quote: Originally Posted by Calgon Nice one, but wrong section. no it is a 0.3 only Filterscript so it belongs here
299
Quote: Originally Posted by speedruntrainer Quote: Originally Posted by Hamptonin Quote: Originally Posted by speedruntrainer uhm, still waiting for new download...
2,721
Look at scripts like Modernitopia
107
Thanks all Please report all Bugs. And Suggestions are Welcome Hamptonin
2,721
JUST USE H-ADMIN!!!! http://forum.sa-mp.com/index.php?topic=95750.0
426
ok download http://forum.sa-mp.com/index.php?topic=95750.0 then goto your server.cfg then goto filterscripts then add hadmin
426
Quote: Originally Posted by TraNe15 What is Admin FS? Sorry I'm about setup server I have just setup it what admin FS ? H-adminSeif-admin L-admin etc....
426
Quote: Originally Posted by TraNe15 What is script Where can ı learn which script ı'm using.... What Admin FS ?
426
Quote: Originally Posted by TraNe15 Ohh no! Again same problem.. Unknown Command!! Pleasee helpp What script u have?
426
just use the new Admin Filterscript: http://forum.sa-mp.com/index.php?topic=95750.0
426
Quote: Originally Posted by speedruntrainer uhm, still waiting for new download links. I need the sscanf.inc file There are already new links!
2,721
Quote: Originally Posted by Protato how many admin levels? 10
2,721
Quote: Originally Posted by speedruntrainer Nice but: fatal error 100: cannot read from file: "Hadmin/sscanf.inc" Where is the sscanf.inc? forgot that? New links Redownload please
2,721
pawn Код: public OnPlayerDisconnect(playerid, reason){  new playername[MAX_PLAYER_NAME];  GetPlayerName(playerid, playername, sizeof(playername));  SendDeathMessage(INVALID_PLAYER_ID, playerid,...
124