Arguments don't match definition
#1

Код:
C:\Users\Bella\Desktop\Basic Bone County Roleplay\Server\gamemodes\Limitless.pwn(7941) : warning 202: number of arguments does not match definition
I get this warning on this line:

Код:
	                FadePlayerScreenToColor(playerid,COLOR_BLACK,6,200);
How can I fix it, anyone know?
Reply
#2

FadePlayerScreenToColor(playerid, color, speed);

you are doing an extra one..
so it should be
pawn Код:
FadePlayerScreenToColor(playerid,COLOR_BLACK,6);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)