Search Results
Hallo, If I login to my Server it says on every command: Quote: SERVER: Unknows Command But if I dont login I can use other Commands (/help) Here my Code: pawn Код: public On...
46
ok unter Linux (I started it on my root-server) theres no problem. It only crashes on windows!
113
yes I know. I want it in the console! I only forgot to copy this line! And this is the output: Quote: Wert: 500
113
Hello, I made a simple reading from a MySQL Database, but if I output this, the server crashes: pawn Code: new chkqry[255]format(chkqry,sizeof(chkqry),"SELECT * FROM user WHERE name='%s'", plname);sa...
113
Hello, i'm currently making an own gamemode and the login worked. Now I added some vehicles to spawn. but if i login now. the server crashes. Everything is MySQL based, my sourcecode is attached. I ho...
53
mhh I removed it, but the client crashes!
94
I've got it This is my code (only the server crashed, because we had over 23000 Cars in the Database ) pawn Код: new carqry[100],num_cars,carvid[100],id[100],carx[100],cary[100],carz[100],caran...
94
I want to read out my vehicles from a MySQL Database. This is my Source Code: pawn Код: new carqry[100],num_cars,i,carvid[100],carx[100],cary[100],carz[100],carangle[100],carcol1[100],carcol2[100]...
94
I'm not so good at this ... can someone look at this?
80
/PUSH Nobody has an answer? It's really important!!!!!
80
Hello, after a long time I'm back I took the Freeroam/RPG script of tAxI and implanted MD5 support (so that user can login from my website ) But sometimes (if the user is logged in or not) the pass...
80
thats the standart size from your thread! Is the Manual available in german, too? The password was saved in the file with a format() and a %d, i changed it to %s but now there stands Quote: ...
69
I downloaded the Whirlpool plugin from here: http://forum.sa-mp.com/index.php?topic=89418.0 but i have to make the output as array: pawn Код: WP_Hash(buf, sizeof (buf), tmp);              P...
69
Quote: Originally Posted by JeNkStAX All you need to do is add playerid before, here ill do it for you pawn Код: public OnVehicleMod(playerid,vehicleid,componentid){SaveComponent(vehic...
219
Quote: Originally Posted by JeNkStAX Quote: Originally Posted by virtualmarc i tried to make everything back since the last compile, but it doesnt made any change (but i rememb...
219
i tried to make everything back since the last compile, but it doesnt made any change (but i remember now that i habe an backup on my dedicated-server) Edit: Backup worked now I get 3 errors: pawn К...
219
yes but i don't know where, so i can't fix it by myself
219
When I want to compile my script the Pawno-Compiler crashes (only at this Script) Here the script ((c) by tAxI - currently in change by me) http://files.virtualmarctek.de/downl...=250tAxIFR.pwn
219
what you mean with that? Edit: now I know i made it so: pawn Код: WP_Hash(buf, sizeof (buf), tmp);                PlayerInfo[playerid][pass] = buf; But theres that error: Quote: ...
202