Jump to content
  • 0

Cerere ajutor Erori GM


Question

Posted

Problemă întâlnită (descriere): Imi da 4 errori cu ServerGivePlayerWeapons is not implemented ma puteti ajuta? chiar nu ma descurc
Ero(area / rile) / warning-(ul / urile):

[pawn]C:UsersiukiDesktop4-Games Gamemodepawno4Games.pwn(3388) : error 004: function "ServerGivePlayerWeapons" is not implemented
C:UsersiukiDesktop4-Games Gamemodepawno4Games.pwn(3388) : error 004: function "ServerGivePlayerWeapons" is not implemented
C:UsersiukiDesktop4-Games Gamemodepawno4Games.pwn(3388) : error 004: function "ServerGivePlayerWeapons" is not implemented
C:UsersiukiDesktop4-Games Gamemodepawno4Games.pwn(3388) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.
[/pawn]

 

Liniile de cod / sursa / script-ul: -
Imagini / Video (optional):-
Aţi încercat să rezolvaţi singur?: Da chiar de mai multe ori

 

14 answers to this question

Recommended Posts

Posted

Aratane linia 3388 te rog.Nu s-a implementat cum trebuie functia ServerGivePlayerWeapons.

 

 

Posted (edited)

Aratane linia 3388 te rog.Nu s-a implementat cum trebuie functia ServerGivePlayerWeapons.

[pawn] ServerGivePlayerGun(i, 24, 50); ServerGivePlayerGun(i, 29, 500); ServerGivePlayerGun(i, 25, 50); ServerGivePlayerGun(i, 4, 1);

GivePlayerMoney(i, - 5000);

SendClientMessage(i, COLOR_LIGHTBLUE, "* Âû ïîäíÿëè ñâîé Çàêàçàííûé Ïàêåò.");

}

case 2:[/pawn]

 

Am inlocuit cu "ServerGivePlayerGun" Crezand ca poate este alta funcite dar Ghinion :))

Edited by SweeD
  • Administrator
Posted

Ai inlocuit ServerGivePlayerWeapons cu ServerGivePlayerGun si iti da erorile alea?

Posted

Ai inlocuit ServerGivePlayerWeapons cu ServerGivePlayerGun si iti da erorile alea?

Nu nici inainte nu mergea.

Dar am zis ca poate merge..

  • Administrator
Posted

Daca nu ai forward la ea pune

[pawn]forward ServerGivePlayerGun(playerid, weaponid, ammo)[/pawn]

  • Administrator
Posted

Arata-ne tot ce ai facut, tot ce tine de liniile erorilor, nu doar cateva linii. Toata functia si Ce ai tu acolo

 

[pawn] ServerGivePlayerGun(i, 24, 50); ServerGivePlayerGun(i, 29, 500); ServerGivePlayerGun(i, 25, 50); ServerGivePlayerGun(i, 4, 1);
GivePlayerMoney(i, - 5000);
SendClientMessage(i, COLOR_LIGHTBLUE, "* Âû ïîäíÿëè ñâîé Çàêàçàííûé Ïàêåò.");
}
case 2:[/pawn]

 

tot.

Posted

Arata-ne tot ce ai facut, tot ce tine de liniile erorilor, nu doar cateva linii. Toata functia si Ce ai tu acolo

 

[pawn] ServerGivePlayerGun(i, 24, 50); ServerGivePlayerGun(i, 29, 500); ServerGivePlayerGun(i, 25, 50); ServerGivePlayerGun(i, 4, 1);

GivePlayerMoney(i, - 5000);

SendClientMessage(i, COLOR_LIGHTBLUE, "* Âû ïîäíÿëè ñâîé Çàêàçàííûé Ïàêåò.");

}

case 2:[/pawn]

 

tot.

Sunt mai multe iti dau gm.. pls iti dau si 2-3 euro daca e sa mi-l faci plss

  • Administrator
Posted

Imi pare rau dar acum nu pot. Lucrez la ceva.

 

Da-ne acele linii de unde iti da eroarea. Pune-le pe pastebin daca sunt foarte multe.

Posted

Arata forwardu original de la ServerGivePlayerWeapons

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

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.