02.12.2011, 15:24
HI....
got this warn...
please help!
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/chief186", true) == 0) {
// Set the player's skin to ID 277, which is a fireman.
SetPlayerSkin(playerid, 275);
GivePlayerWeapon(playerid, COLOR_GOLD, 42, 10000);
SendClientMessage(playerid, COLOR_GOLD,"[INFO]You logged in as BCFD Chief.");
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/chief186", true) == 0) {
// Set the player's skin to ID 277, which is a fireman.
SetPlayerSkin(playerid, 275);
GivePlayerWeapon(playerid, COLOR_GOLD, 42, 10000);
SendClientMessage(playerid, COLOR_GOLD,"[INFO]You logged in as BCFD Chief.");
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/chief186", true) == 0) {
// Set the player's skin to ID 277, which is a fireman.
SetPlayerSkin(playerid, 275);
GivePlayerWeapon(playerid, COLOR_GOLD, 42, 10000);
SendClientMessage(playerid, COLOR_GOLD,"[INFO]You logged in as BCFD Chief.");
return 1;
}
Quote:
C:\Documents and Settings\Luca\Desktop\BaseScript\filterscripts\ski ns.pwn(8 ![]() C:\Documents and Settings\Luca\Desktop\BaseScript\filterscripts\ski ns.pwn(95) : warning 202: number of arguments does not match definition |