Jump to content

Question

15 answers to this question

Recommended Posts

  • 0
Posted

Am schimbat in versiune mai noua si imi da eroarea asta cand compilez gamemodul :

C:\Users\Administrator\Desktop\GameMode\gamemodes\samp.pwn(2930) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2017, ITB CompuPhase


1 Error.

Si nu ma lasa sa-l compilez.

  • 0
Posted
Acum 34 minute, Filip Tesloianu a spus:

Am schimbat in versiune mai noua si imi da eroarea asta cand compilez gamemodul :


C:\Users\Administrator\Desktop\GameMode\gamemodes\samp.pwn(2930) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2017, ITB CompuPhase


1 Error.

Si nu ma lasa sa-l compilez.

Update la streamer cat si la plugin cat si la includ si re-compilezi gamemode-ul.

Ce inseamna cuvantul "Unic" este atunci cand Chestia / Obiectul / Idea / etc... nu exista in alta parte.

Copii, nu mai veniti cu vorbe de "Am gamemode unic", nu exista asa ceva, la ora actuala totul este pe net.

Aveti grija pe cine ajutati, majoritatea sunt caini.

  • 0
Posted (edited)

Ofera-ne codul dupa linie

Edited by st0ryc

c.e.o your-code.ro

  • 0
Posted (edited)

 

21
22 #pragma dynamic 84872
23 static gTeam[MAX_PLAYERS];
24
25 forward DeAMXI(playerid);
26 public DeAMXI(playerid)
27{
28 	AntiDeAMX();
29	return 1;
30}

 

Edited by Filip Tesloianu
  • 0
Posted
Acum 44 minute, Filip Tesloianu a spus:

daca este nevoie dau gamemodeul cu tot

arata codul la linia 

2930

 Încearcă să fii un om de valoare și nu neapărat un om de succes.

 

  • 0
Posted
Acum 3 minute, KB.HERO a spus:

arata codul la linia 


2930

2930 public OnPlayerEditDynamicObject(playerid, objectid, response, Float:x, Float:y, Float:z, Float:rxx, Float:ryy, Float:rzz)

2931 {

 

PS: gamemodeul este buffls

  • 0
Posted

Ce versiune de streamer ai descarcat ?

 Încearcă să fii un om de valoare și nu neapărat un om de succes.

 

  • 0
Posted (edited)
Acum 19 ore, Filip Tesloianu a spus:

2930 public OnPlayerEditDynamicObject(playerid, objectid, response, Float:x, Float:y, Float:z, Float:rxx, Float:ryy, Float:rzz)

2931 {

 

PS: gamemodeul este buffls

Incearca asa:

OnPlayerEditDynamicObject(playerid, STREAMER_TAG_OBJECT objectid, response, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz)

sau

OnPlayerEditDynamicObject(playerid, STREAMER_TAG_OBJECT:objectid, response, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz);

 

Edited by BaFFyJunior
  • 0
Posted (edited)
Acum 1 minut, Filip Tesloianu a spus:

nu merge sa compilez,da foarte multe erori

pune public in fata 

Edited by KB.HERO

 Încearcă să fii un om de valoare și nu neapărat un om de succes.

 

  • 0
Posted

C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2926) : warning 202: number of arguments does not match definition
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2930) : warning 219: local variable "rx" shadows a variable at a preceding level
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2930) : warning 219: local variable "ry" shadows a variable at a preceding level
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2930) : warning 219: local variable "rz" shadows a variable at a preceding level
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2931) : error 055: start of function body without function header
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2932) : error 010: invalid function or declaration
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2934) : error 001: expected token: ";", but found "-identifier-"
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2935) : error 010: invalid function or declaration
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2937) : error 010: invalid function or declaration
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2945) : error 021: symbol already defined: "GetVehiclePos"
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2948) : error 010: invalid function or declaration
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2973) : error 010: invalid function or declaration
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2980) : error 021: symbol already defined: "AttachDynamicObjectToVehicle"
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2985) : error 010: invalid function or declaration
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2986) : error 010: invalid function or declaration
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2987) : error 010: invalid function or declaration
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2988) : error 010: invalid function or declaration
C:\Users\showb\Desktop\gamemode\gamemodes\bluffs.pwn(2989) : error 010: invalid function or declaration

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.