'Stay within the world boundaries'
#10

Quote:
Originally Posted by City of Santos: Roleplay
Посмотреть сообщение
I'm only getting warnings, and this is what they are:
Код:
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(2 490) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(2 492) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(2 493) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(2 507) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(2 523) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(2 536) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(2 8707) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(2 8715) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(2 8723) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(2 8731) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(2 8739) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(2 8747) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(2 8755) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(2 8763) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(3 2327) : warning 202: number of arguments does not match definition
C:\Users\Laura\Downloads\PLRP\gamemodes\vice.pwn(3 232 : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 Copyright © 1997-2006, ITB CompuPhase
Yeah only that. those warnings mean that you have more arguments in your function line. Like template is:
PHP код:
SetPlayerVirtualWorld(playerid,virtualworld); 
If you put
PHP код:
SetPlayerVirtualWorld(playerid,43,56); 
you'll get warnings.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)