problem with teleport
#1

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;

}
Reply


Messages In This Thread
problem with teleport - by xwy - 04.06.2009, 18:18
Re: problem with teleport - by Klutty - 04.06.2009, 18:20
Re: problem with teleport - by xwy - 04.06.2009, 18:47
Re: problem with teleport - by Lorrden - 04.06.2009, 18:49
Re: problem with teleport - by xwy - 04.06.2009, 18:50
Re: problem with teleport - by cigo - 04.06.2009, 18:52
Re: problem with teleport - by Klutty - 04.06.2009, 18:53
Re: problem with teleport - by cigo - 04.06.2009, 18:56
Re: problem with teleport - by xwy - 04.06.2009, 18:58
Re: problem with teleport - by Klutty - 04.06.2009, 18:59

Forum Jump:


Users browsing this thread: 1 Guest(s)