04.06.2009, 18:18
what i am doing wrong here
C:\Documents and Settings\Bling\Desktop\Samp\gamemodes\Untitled.pwn (121) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Bling\Desktop\Samp\gamemodes\Untitled.pwn (121) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/abi", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid,0xAA3333AA,"Tццtab,eks" );
return 1;
}
if (strcmp("/tele", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, 0,1483.6365,-866.4748,58.4793,107.2352); //heres the problem?
SetPlayerInterior(playerid,11);
return 1;
}
return 1;
}
C:\Documents and Settings\Bling\Desktop\Samp\gamemodes\Untitled.pwn (121) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Bling\Desktop\Samp\gamemodes\Untitled.pwn (121) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/abi", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid,0xAA3333AA,"Tццtab,eks" );
return 1;
}
if (strcmp("/tele", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, 0,1483.6365,-866.4748,58.4793,107.2352); //heres the problem?
SetPlayerInterior(playerid,11);
return 1;
}
return 1;
}