Jump to content
  • 1

Problema anti-cheat nexus


RedBull1

Question

Eroare: D:\GM\pawno\include\nex-ac.inc(7995) : error 025: function heading differs from prototype

Linia:   forward ac_OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z);

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
Acum 33 minute, RedBull1 a spus:

Eroare: D:\GM\pawno\include\nex-ac.inc(7995) : error 025: function heading differs from prototype

Linia:   forward ac_OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z);

Vezi sa ai includurile fisierului.

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.

Link to comment
Share on other sites

  • 0
Chiar acum, RedBull1 a spus:

Am rezolvat asta, dar nu stiu sa bag verificarea pentru admini, gen sa nu primeasca adminii kick. =]

 

Anticheatul oricum trebuie testat cat si pentru simpli jucatori sa nu primeasca aiurea kick.

Avea o functie, ti-am facut eu ceva.

public OnCheatDetected(playerid, ip_address[], type, code)
{
	if(PlayerInfo[playerid][pAdmin] > 0 || PlayerInfo[playerid][pHelper] > 0) return 1;
	return 1;
}

 

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.

Link to comment
Share on other sites

  • 0
Acum 5 minute, StrikerM a spus:

Anticheatul oricum trebuie testat cat si pentru simpli jucatori sa nu primeasca aiurea kick.

Avea o functie, ti-am facut eu ceva.


public OnCheatDetected(playerid, ip_address[], type, code)
{
	if(PlayerInfo[playerid][pAdmin] > 0 || PlayerInfo[playerid][pHelper] > 0) return 1;
	return 1;
}

 

Multumesc de ajutor.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.