Jump to content
  • 0

Cateva erori la GameMode


AleX124

Question

Erorile sunt:

[pawn]C:\Documents and Settings\MariusPC\Desktop\Romania Monster Stunt\gamemodes\RMS.pwn(627) : warning 219: local variable "string" shadows a variable at a preceding level

C:\Documents and Settings\MariusPC\Desktop\Romania Monster Stunt\gamemodes\RMS.pwn(642) : error 010: invalid function or declaration

C:\Documents and Settings\MariusPC\Desktop\Romania Monster Stunt\gamemodes\RMS.pwn(1080) : warning 209: function "OnDialogResponse" should return a value

C:\Documents and Settings\MariusPC\Desktop\Romania Monster Stunt\gamemodes\RMS.pwn(1081) : error 010: invalid function or declaration

C:\Documents and Settings\MariusPC\Desktop\Romania Monster Stunt\gamemodes\RMS.pwn(1108) : warning 209: function "OnPlayerKeyStateChange" should return a value

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Errors.

[/pawn]

Iar randurile aproximative sunt:

[pawn]    if(strcmp(cmdtext,"/arme",true) == 0)

{

Randul 627-->     new string[ 390 ];

    strcat(string, "{FFFFFF}AK-47 {FF9900}- {FF0000}12000{33AA33}$\n\

{FFFFFF}Sniper {FF9900}- {FF0000}5000{33AA33}$\n\

{FFFFFF}Tec9 {FF9900}- {FF0000}5900{33AA33}$\n\

{FFFFFF}9mm {FF9900}- {FF0000}3000{33AA33}$\n\

{FFFFFF}Silenced 9mm {FF9900}- {FF0000}5600{33AA33}$\n\

{FFFFFF}M4 {FF9900}- {FF0000}14000{33AA33}$\n\

{FFFFFF}SMG (MP5) {FF9900}- {FF0000}10000{33AA33}$\n\

{FFFFFF}Health + Armour {FF9900}- {FF0000}2500{33AA33}$", 390);

ShowPlayerDialog(playerid,DIALOG_ARME,DIALOG_STYLE_LIST,"{FFFFFF}Meniu arme", string, "Cumpara", "Iesire");

return 1;

}

return 0;

}

Randul 642--> return SendClientMessage(playerid,0xAA3333AA,"Comanda necunoscuta! Foloseste /ajutor /cmds /teles /credits !");

}

[/pawn]

Iar celelalte cred ca va dati seama de la ce este :-?? ! Daca nu va pun si acele randuri.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.