Szerző Téma: Error help  (Megtekintve 483 alkalommal)

Error help
« Dátum: 2012. Március 13. - 14:32:46 »
0 Show voters
[pawn]C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(541) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(542) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(543) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(580) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(581) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(582) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(583) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(584) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(585) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(589) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(590) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(591) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(592) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(593) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(594) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(595) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(596) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(597) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(598) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(599) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(600) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(601) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(649) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(650) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(651) : error 004: function \"SendPlayerFormattedText\" is not implemented
C:\\Documents and Settings\\Administrator\\Desktop\\SAMP-SERVER\\gamemodes\\Stunt_MOD.pwn(652) : error 004: function \"SendPlayerFormattedText\" is not implemented
Compilation aborted.Pawn compiler 3.2.3664           Copyright © 1997-2006, ITB CompuPhase
26 Errors.
[/pawn]
es a sorok
[pawn]   SendPlayerFormattedText(playerid, \"SERVER: {00FFFF}Üdv a szerveren a segitségért /help.\", 0);
   SendPlayerFormattedText(playerid, \"SERVER: {FFFFFF}A szabályokért /rules.\", 0);
   SendPlayerFormattedText(playerid, \"SERVER: {66CC66}A teleportokért /teles.\", 0);
   gActivePlayers[playerid]++;
   gLastGaveCash[playerid] = GetTickCount();
   SendDeathMessage(INVALID_PLAYER_ID,playerid, 200);
   animing[playerid] = 0;
   return 1;
}
//------------------------------------------------------------------------------------------------------
public OnPlayerDisconnect(playerid)
{
    SendDeathMessage(INVALID_PLAYER_ID,playerid,201);
gActivePlayers[playerid]--;
DestroyVehicle(SpawnedVehicles[playerid]);
    SpawnedVehicles[playerid] = 0;
    animing[playerid] = 0;
    return 1;
}
//------------------------------------------------------------------------------------------------------
    new string[256];
new playermoney;
new sendername[MAX_PLAYER_NAME];
new giveplayer[MAX_PLAYER_NAME];
new giveplayerid, moneys;
CMD:vehhelp(playerid, params[])
{
   SendClientMessage(playerid,COLOR_YELLOW,\"NumKey 8 ==> Jump\");
   SendClientMessage(playerid,COLOR_YELLOW,\"NumKey 4 ==> Color Change\");
   SendClientMessage(playerid,COLOR_YELLOW,\"NumKey 6 ==> Flip\");
   SendClientMessage(playerid,COLOR_YELLOW,\"NumKey 2 ==> Nos\");
   SendClientMessage(playerid,COLOR_YELLOW,\"Horn ==> SpeedBoost\");
   SendClientMessage(playerid,COLOR_YELLOW,\"Key 2 ==> Fix\");
   return 1;
}
CMD:help(playerid, params[])
{
   SendPlayerFormattedText(playerid,\"..::Segitség::..\",0);
   SendPlayerFormattedText(playerid,\"{00FFFF}/rules - Szabályzat.\",0);
   SendPlayerFormattedText(playerid,\"{33FF00}/parancsok.\",0);
   SendPlayerFormattedText(playerid,\"{33FF00}/teles - teleportok.\",0);
   SendPlayerFormattedText(playerid,\"{33FF00}/colors - szinek.\",0);
   SendPlayerFormattedText(playerid,\"{33FFCC}/shop - vásarlás.\",0);
   return 1;
}
CMD:rules(playerid, params[]) {
   SendPlayerFormattedText(playerid,\"..::Szabályok::..\",0);
   SendPlayerFormattedText(playerid,\"{6633CC}1.Ne csitelj\",0);
   SendPlayerFormattedText(playerid,\"{339900}2.Ne db-z\",0);
   SendPlayerFormattedText(playerid,\"{FFFFFF}3.Ne spawn killez\",0);
   SendPlayerFormattedText(playerid,\"{00FFFF}4.Ne káromkogy,ne anyázz\",0);
   SendPlayerFormattedText(playerid,\"{FF00CC}5.Ne floodolj\",0);
   SendPlayerFormattedText(playerid,\"{3300CC}6.Ne csúfolkodj\",0);
   SendPlayerFormattedText(playerid,\"{66CC66}7.Ne szidd az adminokat\",0);
   SendPlayerFormattedText(playerid,\"{FFFFFF}8.Ne hirdess,ne reklámozz\",0);
   SendPlayerFormattedText(playerid,\"{33FF00}9.Ne kérj Admin-t\",0);
   SendPlayerFormattedText(playerid,\"{6633CC}10.Ne szidd az adminokat\",0);
   SendPlayerFormattedText(playerid,\"{FF9933}11.Ne fenyegesd az adminokat\",0);
   SendPlayerFormattedText(playerid,\"{33FF00}12.Ne böcsködj,ne feszits\",0);
return 1;
}
CMD:shop(playerid, params[]) {
 SendClientMessage(playerid, COLOR_GREEN,\"..::Fegyverek::..\");
 SendClientMessage(playerid, COLOR_YELLOW,\"/health=2000$\");
 SendClientMessage(playerid, COLOR_GREEN,\"/armour=3000$\");
 SendClientMessage(playerid, COLOR_RED,\"/chinsaw=4000$\");
 SendClientMessage(playerid, COLOR_RED,\"/m4=7000$\");
      SendClientMessage(playerid, COLOR_RED,\"/flamethrower=20000$\");
      SendClientMessage(playerid, COLOR_RED,\"/9mm=1000$\");
 SendClientMessage(playerid, COLOR_RED,\"/silence-9mm=1500$\");
 SendClientMessage(playerid, COLOR_RED,\"/eagle=3500$\");
 SendClientMessage(playerid, COLOR_WHITE,\"További dolgok /shop2\");
return 1;
}
CMD:shop2(playerid, params[]) {
 SendClientMessage(playerid, COLOR_GREEN,\"..::Fegyverek2::..\");
 SendClientMessage(playerid, COLOR_RED,\"/sawn-off=4500$\");
 SendClientMessage(playerid, COLOR_RED,\"/combat=5000$\");
     SendClientMessage(playerid, COLOR_RED,\"/uzi=3500$\");
 SendClientMessage(playerid, COLOR_RED,\"/mp5=4500$\");
 SendClientMessage(playerid, COLOR_RED,\"/ak47=5500$\");
 SendClientMessage(playerid, COLOR_RED,\"/m4=6000$\");
 SendClientMessage(playerid, COLOR_RED,\"/shotgun=4000$\");
 SendClientMessage(playerid, COLOR_RED,\"/tec9=2500$\");
 SendClientMessage(playerid, COLOR_WHITE,\"Továbi dolgok /shop3\");
return 1;
}
CMD:shop3(playerid, params[]) {
 SendClientMessage(playerid, COLOR_GREEN,\"..::Fegyverek3::..\");
 SendClientMessage(playerid, COLOR_RED,\"/rifle=4150$\");
 SendClientMessage(playerid, COLOR_RED,\"/sniper=4500$\");
return 1;
}
CMD:parancsok(playerid, params[]) {
   SendPlayerFormattedText(playerid,\"..::Parancsok::..\",0);
   SendPlayerFormattedText(playerid,\"/kill-meg halsz\",0);
   SendPlayerFormattedText(playerid,\"/rep-kocsit meg javícsa\",0);
        SendPlayerFormattedText(playerid,\"/heli-helicoptert ad pénzert 70000$\",0);[/pawn]

Nem elérhető CANNONN

  • 2139
    • Profil megtekintése
Error help
« Válasz #1 Dátum: 2012. Március 13. - 15:00:28 »
0 Show voters

   SendClientMessage(playerid,COLOR_YELLOW, \"SERVER: {00FFFF}Üdv a szerveren a segitségért /help.\", 0);
   SendClientMessage(playerid,COLOR_YELLOW, \"SERVER: {FFFFFF}A szabályokért /rules.\", 0);
   SendClientMessage(playerid,COLOR_YELLOW, \"SERVER: {66CC66}A teleportokért /teles.\", 0);
   gActivePlayers[playerid]++;
   gLastGaveCash[playerid] = GetTickCount();
   SendDeathMessage(INVALID_PLAYER_ID,playerid, 200);
   animing[playerid] = 0;
   return 1;
}
//------------------------------------------------------------------------------------------------------
public OnPlayerDisconnect(playerid)
{
    SendDeathMessage(INVALID_PLAYER_ID,playerid,201);
gActivePlayers[playerid]--;
DestroyVehicle(SpawnedVehicles[playerid]);
    SpawnedVehicles[playerid] = 0;
    animing[playerid] = 0;
    return 1;
}
//------------------------------------------------------------------------------------------------------
    new string[256];
new playermoney;
new sendername[MAX_PLAYER_NAME];
new giveplayer[MAX_PLAYER_NAME];
new giveplayerid, moneys;
 
CMD:vehhelp(playerid, params[])
{
SendClientMessage(playerid,COLOR_YELLOW,\"NumKey 8 ==> Jump\");
SendClientMessage(playerid,COLOR_YELLOW,\"NumKey 4 ==> Color Change\");
SendClientMessage(playerid,COLOR_YELLOW,\"NumKey 6 ==> Flip\");
SendClientMessage(playerid,COLOR_YELLOW,\"NumKey 2 ==> Nos\");
SendClientMessage(playerid,COLOR_YELLOW,\"Horn ==> SpeedBoost\");
SendClientMessage(playerid,COLOR_YELLOW,\"Key 2 ==> Fix\");
return 1;
}
CMD:help(playerid, params[])
{
   SendClientMessage(playerid,COLOR_YELLOW,\"..::Segitség::..\",0);
   SendClientMessage(playerid,COLOR_YELLOW,\"{00FFFF}/rules - Szabályzat.\",0);
   SendClientMessage(playerid,COLOR_YELLOW,\"{33FF00}/parancsok.\",0);
   SendClientMessage(playerid,COLOR_YELLOW,\"{33FF00}/teles - teleportok.\",0);
   SendClientMessage(playerid,COLOR_YELLOW,\"{33FF00}/colors - szinek.\",0);
   SendClientMessage(playerid,COLOR_YELLOW,\"{33FFCC}/shop - vásarlás.\",0);
   return 1;
}
CMD:rules(playerid, params[]) {
SendClientMessage(playerid,COLOR_YELLOW,\"..::Szabályok::..\",0);
SendClientMessage(playerid,COLOR_YELLOW,\"{6633CC}1.Ne csitelj\",0);
SendClientMessage(playerid,COLOR_YELLOW,\"{339900}2.Ne db-z\",0);
SendClientMessage(playerid,COLOR_YELLOW,\"{FFFFFF}3.Ne spawn killez\",0);
SendClientMessage(playerid,COLOR_YELLOW,\"{00FFFF}4.Ne káromkogy,ne anyázz\",0);
SendClientMessage(playerid,COLOR_YELLOW,\"{FF00CC}5.Ne floodolj\",0);
SendClientMessage(playerid,COLOR_YELLOW,\"{3300CC}6.Ne csúfolkodj\",0);
SendClientMessage(playerid,COLOR_YELLOW,\"{66CC66}7.Ne szidd az adminokat\",0);
SendClientMessage(playerid,COLOR_YELLOW,\"{FFFFFF}8.Ne hirdess,ne reklámozz\",0);
SendClientMessage(playerid,COLOR_YELLOW,\"{33FF00}9.Ne kérj Admin-t\",0);
SendClientMessage(playerid,COLOR_YELLOW,\"{6633CC}10.Ne szidd az adminokat\",0);
SendClientMessage(playerid,COLOR_YELLOW,\"{FF9933}11.Ne fenyegesd az adminokat\",0);
SendClientMessage(playerid,COLOR_YELLOW,\"{33FF00}12.Ne böcsködj,ne feszits\",0);
return 1;
}
CMD:shop(playerid, params[]) {
 SendClientMessage(playerid, COLOR_GREEN,\"..::Fegyverek::..\");
 SendClientMessage(playerid, COLOR_YELLOW,\"/health=2000$\");
 SendClientMessage(playerid, COLOR_GREEN,\"/armour=3000$\");
 SendClientMessage(playerid, COLOR_RED,\"/chinsaw=4000$\");
 SendClientMessage(playerid, COLOR_RED,\"/m4=7000$\");
      SendClientMessage(playerid, COLOR_RED,\"/flamethrower=20000$\");
      SendClientMessage(playerid, COLOR_RED,\"/9mm=1000$\");
 SendClientMessage(playerid, COLOR_RED,\"/silence-9mm=1500$\");
 SendClientMessage(playerid, COLOR_RED,\"/eagle=3500$\");
 SendClientMessage(playerid, COLOR_WHITE,\"További dolgok /shop2\");
return 1;
}
 
CMD:shop2(playerid, params[]) {
 SendClientMessage(playerid, COLOR_GREEN,\"..::Fegyverek2::..\");
 SendClientMessage(playerid, COLOR_RED,\"/sawn-off=4500$\");
 SendClientMessage(playerid, COLOR_RED,\"/combat=5000$\");
     SendClientMessage(playerid, COLOR_RED,\"/uzi=3500$\");
 SendClientMessage(playerid, COLOR_RED,\"/mp5=4500$\");
 SendClientMessage(playerid, COLOR_RED,\"/ak47=5500$\");
 SendClientMessage(playerid, COLOR_RED,\"/m4=6000$\");
 SendClientMessage(playerid, COLOR_RED,\"/shotgun=4000$\");
 SendClientMessage(playerid, COLOR_RED,\"/tec9=2500$\");
 SendClientMessage(playerid, COLOR_WHITE,\"Továbi dolgok /shop3\");
return 1;
}
 
CMD:shop3(playerid, params[]) {
 SendClientMessage(playerid, COLOR_GREEN,\"..::Fegyverek3::..\");
 SendClientMessage(playerid, COLOR_RED,\"/rifle=4150$\");
 SendClientMessage(playerid, COLOR_RED,\"/sniper=4500$\");
return 1;
}
 
 
CMD:parancsok(playerid, params[]) {
SendClientMessage(playerid,COLOR_YELLOW,\"..::Parancsok::..\",0);
SendClientMessage(playerid,COLOR_YELLOW,\"/kill-meg halsz\",0);
SendClientMessage(playerid,COLOR_YELLOW,\"/rep-kocsit meg javícsa\",0);
        SendClientMessage(playerid,COLOR_YELLOW,\"/heli-helicoptert ad pénzert 70000$\",0);

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal