28.04.2014, 23:23
Hello Guys,
I just add this code
then i got this warning
Here's that line
How to fix it ? i want my script to be clean. +rep
I just add this code
pawn Код:
new joinmess[128];
format(joinmess, sizeof(joinmess), " %s has joined the server.", GetPlayerNameEx(playerid));
ABroadCast(COLOR_YELLOW, joinmess);
pawn Код:
C:\Users\Windows7\Desktop\Microsoft Corporation (c)\El Pilipinas Roleplay v5\gamemodes\XGAMING.pwn(46466) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
pawn Код:
ABroadCast(COLOR_YELLOW, joinmess);