Search Results
Код: public OnPlayerRequestSpawn(playerid) { if(!Logged[playerid]) { if(!IsRegistered[playerid]) { ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPU...
76
Код: -------------------------- SA-MP Server: 0.3x Exception At Address: 0x670C1BB0 Module: (MSVCR90.dll) Registers: EAX: 0xAE791604 EBX: 0x002CD416 ECX: 0x7FFFFFFE EDX: 0x00000073 ESI: ...
76
Nevermind i got it sorted out i actually typed it in the wrong spot
47
Well here's the code and error's. Код: mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS); mysql_query("CREATE TABLE IF NOT EXISTS playerdata(user VARCHAR(24), password VARCHAR(40), score INT(20...
47
any i did some searching but most were back in 2010 i think. I am really looking for tutorial, not a FS because i wanna understand it as i Progress
51
actually i found it. this is what i was meaning: https://sampforum.blast.hk/showthread.php?tid=273643
78
Ok i just got my admin system working. Here the Code Код: CMD:setadmin(playerid,params[]) { if(IsPlayerAdmin(playerid)) { new id,level; if(sscanf(params,"ud",id,level)) ret...
78
Quote: Originally Posted by _Zeus pawn Код: CMD:setadmin(playerid,params[]){    if(IsPlayerAdmin(playerid))    {        new id,level;        if(sscanf(params,"ud",id,level)...
121
Quote: Originally Posted by _Zeus Not that, the line I posted. Do this just correct the code for me so i can see this cause am getting confuse Код: CMD:setadmin(playerid,params[]) {...
121
Код: CMD:setadmin(playerid,params[]) { new id,level; if(IsPlayerAdmin(playerid)) { if(sscanf(params,"ud",id,level)) { return SendClientMessage(playerid, 0xFF0000AA, "Usage: /giv...
121
hey i notice my error are on the each lines that have SendClientMessage Код: C:\Users\score_000\Desktop\Server\gamemodes\Unoffical.pwn(330) : error 001: expected token: ")", but found "return" C:...
121
Код: CMD:setadmin(playerid,params[]) { new id,level; if(IsPlayerAdmin(playerid)) { if(sscanf(params,"ud",id,level) return SendClientMessage(playerid, COL_RED, "Usage: /setadmin [id] [leve...
121
can i help me out dude i uses to go on mpgh to learn C++ tutorials right and i went on haxlib.info and download one there hack and now when i trying to open MPGH it just redirects to haxlib.info no ma...
199
its frustrating to me what i should go with. but i hear roleplay servers fails, any feedback
69