- 0
Ma puteti ajuta?
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
Reset
Salut, am vrut sa pun YSI\y_hooks in gamemode, l-am pus am rezolvat aia cu variabilele globale, dar imi da erorile astea:
C:\Users\NuDAUnUME\Desktop\gen NuDAUnUME\gamemodes\NuDAUnUME.pwn(288) : warning 201: redefinition of constant/macro (symbol "strcpy(%0,%1,%2)")
C:\Users\NuDAUnUME\Desktop\gen NuDAUnUME\gamemodes\NuDAUnUME.pwn(740) : error 025: function heading differs from prototype
C:\Users\NuDAUnUME\Desktop\gen NuDAUnUME\gamemodes\NuDAUnUME.pwn(24391) : error 025: function heading differs from prototype
C:\Users\NuDAUnUME\Desktop\gen NuDAUnUME\gamemodes\NuDAUnUME.pwn(68583) : error 035: argument type mismatch (argument 2)
Linia 288:
#define strcpy(%0,%1,%2) strcat((%0[0] = '\0', %0), %1, %2) // strcpy(dest, source, length)
Linia 740:
forward OnPlayerLogin(playerid,password[]);
Linia 24391:
Este faza cu Public OnPlayerLogin
Iar linia 68583:
OnPlayerLogin(playerid,tmppass);
Care este situatia si cum pot rezolva?
mai tare e bigzone
6 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now