22.09.2009, 22:31
thanks
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/ship", cmdtext, true) == 0)
{
SetPlayerPos(playerid, -2376.1260,1551.9194,31.8594);
SendClientMessage(playerid, COLOR_GREY, Welcome To The Ship! The Only Place Where U Can Fish!);
return 1;
}
return 0;
}
Originally Posted by »ŁegenĐ«
is wrong if you going to do a command you need to put everythin to the command section or otherwise it will not work, example i have this
pawn Код:
|
Originally Posted by ►►►Peter Corneile◄◄◄
Well , you only want that if the player is id 1 , then it Teleports to the place ?
|
Originally Posted by [B
Vortex ]
Quote:
On topic - I think onplayerspawn is only called after people request class. This is unfortunate for my jail command too. D: |
Originally Posted by »ŁegenĐ«
Quote:
|
Originally Posted by [B
Vortex ]
Quote:
|
Originally Posted by [B
Vortex ]
Quote:
|