Search Results
I don't want an admin command. /saveskin will save the player ID and the player should spawn with that ID on the every connect.. and I'm using SQLite..
136
My skin id in 'PlayerInfo[playerid][Skin]' is lost when I restart the server.. I want to get the skin id from the database 'server.db'.. Like this (It is not working..): pawn Код: public OnPlayerS...
136
I've created this /saveskin command: pawn Код: CMD:saveskin (playerid, params[]){    new id, str[128], query[126];    if ( sscanf( params, "d", id )) return SendClientMessage(playerid,0x6FFF00...
136
It is only crashing when I run my gamemode...
146
My gta_sa.exe is crashing when I run my server script on localhost:7777... This is what I get: pawn Код: SA-MP 0.3x-R1-2Exception At Address: 0x00727B45Base: 0x03340000Registers:EAX: 0x0000002E...
146
You forgot a '}' there. Fixed^
174
Simple AFK + PM System By SevenSlash Introduction: Hello! I have created this AFK and PM system which is very simple. This is my first FilterScript so you can find bugs or mistakes. You can post all y...
239
pawn Код: new query[126];        format( query, sizeof(query), "SELECT * FROM accounts WHERE name = '%s'", GetName(playerid) );    mysql_query(query);    mysql_store_result();        i...
146
Check this: Why Dini is bad to use | By Emmet_
257
mysql_query(const query[], resultid, spareid, MySQL:handle) resultid and spareid is optional. What is MySQL:handle?
146
native Cache:mysql_query(conhandle, query[], bool:use_cache = true); This is what I get when I search for mysql_query in a_mysql.inc. I'm using BlueG's plugin..
146
I have all includes & plugins installed in my server folder. But, I get an error when I compile the script: test.pwn(76) : error 035: argument type mismatch (argument 1) pawn Код: new query[...
146