Jump to content
  • 0

Warning


alinutz_boy32

Question

D:\New  Romania Play Stunt!\gamemodes\RGS.pwn(2046) : warning 202: number of arguments does not match definition

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size:          11312 bytes

Code size:          561448 bytes

Data size:          526264 bytes

Stack/heap size:      16384 bytes; estimated max. usage=5041 cells (20164 bytes)

Total requirements: 1115408 bytes

1 Warning.

else if ( pickupid == Pick [ 14 ] )

{

    asta e linia-  return cmd_cmds( playerid );

}

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

D:\RGS.pwn(2049) : error 017: undefined symbol "params"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

.. si daca pun

new params;

D:\RGS.pwn(2049) : error 029: invalid expression, assumed zero

D:\RGS.pwn(2049) : warning 215: expression has no effect

D:\RGS.pwn(2049) : error 001: expected token: ";", but found "if"

D:\RGS.pwn(2049) : error 029: invalid expression, assumed zero

D:\RGS.pwn(2049) : fatal error 107: too many error messages on one line

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

4 Errors.

Link to comment
Share on other sites

return ShowPlayerDialog( playerid, CMD_DIALOG, DIALOG_SYLE_MSGBOX, "Commands", "Comenzile, etc etc", "Ok", "" );

In caz ca, comanda /cmds trimite comenzile folosind SendClientMessage faci un stock nou si bagi acolo.

Gen:

static stock MyCommands( playerid )

{

SendClientMessage( playerid, -1, "Rand 1 cu comenzi" );

SendClientMessage( playerid, -1, "Rand 2 cu comenzi" );

SendClientMessage( playerid, -1, "Rand 3 cu comenzi" );

SendClientMessage( playerid, -1, "Rand etc cu comenzi" );

return 1;

}

Si dupa

return MyCommands( playerid );

Just Rock

Link to comment
Share on other sites

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.