Set marker for skins
#1

Heyho community,
here we go again with one of my questions XD.

There is following problem:
I just made this code:
Код:
    if (!strcmp("/lvtaxi",cmdtext,true))
    {
    SendClientMessage(playerid,0xFF800096,"you called a taxi and your playermarker is shown on the minimap so the driver can find you!");
    SendClientMessage(playerid,0xFF800096,"type '/canceltaxi' to cancel your call for a taxi!");
    SendClientMessageToSkin(234, 0x00FF4096, "DISPATCH: call for a taxi recieved! the caller is marked 'lightgreen'on the minimap");
    for(new i = 0; i < MAX_PLAYERS; i++)
    
    SetPlayerMarkerForPlayer(i,playerid ,0x00FF00FF);
    }
okaay... it works well but that problem what i have is, that i dont want it to be shown for all players, but for one skin(234). I tried many things yet, but without success (that was really frustrating :/ )

But i still hope anybody here can help me XD
Thanks,
DeathOnaStick
Reply


Messages In This Thread
Set marker for skins - by DeathOnaStick - 14.08.2009, 18:48
Re: Set marker for skins - by brett7 - 14.08.2009, 18:57
Re: Set marker for skins - by DeathOnaStick - 14.08.2009, 18:59
Re: Set marker for skins - by DeathOnaStick - 15.08.2009, 09:18
Re: Set marker for skins - by dice7 - 15.08.2009, 09:35
Re: Set marker for skins - by DeathOnaStick - 15.08.2009, 09:38
Re: Set marker for skins - by dice7 - 15.08.2009, 10:42
Re: Set marker for skins - by DeathOnaStick - 15.08.2009, 18:37

Forum Jump:


Users browsing this thread: 1 Guest(s)