C:\\Documents and Settings\\X\\Dokumentumok\\[FS]Úttisztitó.pwn(27) : warning 209: function \"OnPlayerConnect\" should return a value[/quote]
Üdv , 1 warningba ütköztem amit nem tudom hogy mit jelenthetWarning: C:\\Documents and Settings\\X\\Dokumentumok\\[FS]Úttisztitó.pwn(27) : warning 209: function \"OnPlayerConnect\" should return a value [/quote]OnPlayerConnect callback-nak vissza kell térnie. return 1;
C:\\Documents and Settings\\X\\Dokumentumok\\[FS]Úttisztitó.pwn(27) : warning 209: function \"OnPlayerConnect\" should return a value
return 1;
public OnPlayerConnect(playerid){if(pinfo[playerid][uttisztito] == 0)return 1;}
public OnPlayerConnect(playerid) { if(pinfo[playerid][uttisztito] == 0) { //ide a többi dolgot } return 1;}
D:\\Programok\\GTA SA\\samp0.3eRC6 Szerver\\pawno\\tesztt.pwn(4) : fatal error 100: cannot read from file: \"zcmd\"
///===============================================FÜGGVÉNYKÖNYVTÁRAK====================================================#include <a_samp>#include <zcmd>///====================================================Színek===========================================================#define COLOR_YELLOW 0xFFFF00AA#define COLOR_GOLD 0xFFD700AACMD:help(playerid,params[]) //a /help lenne a parancs{SendClientMessage(playerid,0xFFFF00AA,\"Még üres\");AddPlayerClass(109, 1958.3783, 1343.1572, 15.3746, 269.1425, 24, 500, 0, 0, 0, 0); //kezdõ spawn hely, és skin..return 1;}
///===============================================FÜGGVÉNYKÖNYVTÁRAK====================================================#include <a_samp>#include <zcmd>///====================================================Színek===========================================================#define COLOR_YELLOW 0xFFFF00AA#define COLOR_GOLD 0xFFD700AApublic OnFilterScriptInit(){ AddPlayerClass(109, 1958.3783, 1343.1572, 15.3746, 269.1425, 24, 500, 0, 0, 0, 0); //kezdõ spawn hely, és skin.. return 1;}CMD:help(playerid,params[]) //a /help lenne a parancs{ SendClientMessage(playerid,0xFFFF00AA,\"Még üres\"); return 1;}
D:\\Programok\\GTA SA\\samp0.3eRC6 Szerver\\pawno\\zcmd1.pwn(51) : warning 217: loose indentationD:\\Programok\\GTA SA\\samp0.3eRC6 Szerver\\pawno\\zcmd1.pwn(263) : warning 217: loose indentation
#pragma tabsize 0