Jump to content
  • 0

Warnings


Raphy

Question

Am niste warning-uri in GM si nu stiu cum sa le rezolv:

D:\Server\gamemodes\Shadow.pwn(7366) : warning 202: number of arguments does not match definition
D:\Server\gamemodes\Shadow.pwn(7387) : warning 202: number of arguments does not match definition
D:\Server\gamemodes\Shadow.pwn(7409) : warning 202: number of arguments does not match definition
D:\Server\gamemodes\Shadow.pwn(7425) : warning 202: number of arguments does not match definition
D:\Server\gamemodes\Shadow.pwn(8344) : warning 202: number of arguments does not match definition
D:\Server\gamemodes\Shadow.pwn(8379) : warning 202: number of arguments does not match definition

Linia 7366:[pawn]     strcat(BigString, "{FFFFFF}Multumim %s ca ati citit detaliile de mai sus.\n", 1900, name );[/pawn]

Linia 7387:[pawn]     strcat(BigString, "{FFFFFF}Multumim %s ca ati citit detaliile de mai sus.\n", 1900, name );[/pawn]

Linia 7409:[pawn]     strcat(BigString, "{FFFFFF}Multumim %s ca ati citit detaliile de mai sus.\n", 1900, name );[/pawn]

Linia 7425:[pawn]     strcat(BigString, "{FFFFFF}Multumim %s ca ati citit detaliile de mai sus.\n", 1900, name );[/pawn]

Linia 8344:[pawn]        strcat(BigString15, "{00FF04}Multumesc {FFFFFF}%s {00FF04}pentru ca joci pe server!\n", 1900, name );[/pawn]

Linia 8379:[pawn]        strcat(BigString15, "{00FF04}Multumesc {FFFFFF}%s {00FF04}pentru ca joci pe server!\n", 1900, name );[/pawn]

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Da am pus in loc de strcat format si imi da erorile:

D:\Server\gamemodes\Shadow.pwn(7373) : error 035: argument type mismatch (argument 2)
D:\Server\gamemodes\Shadow.pwn(7394) : error 035: argument type mismatch (argument 2)
D:\Server\gamemodes\Shadow.pwn(7416) : error 035: argument type mismatch (argument 2)
D:\Server\gamemodes\Shadow.pwn(7432) : error 035: argument type mismatch (argument 2)
D:\Server\gamemodes\Shadow.pwn(8351) : error 035: argument type mismatch (argument 2)
D:\Server\gamemodes\Shadow.pwn(8386) : error 035: argument type mismatch (argument 2)

Liniile sunt acelasi deci nu le mai postez inca odata.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.