14.08.2009, 18:48
Heyho community,
here we go again with one of my questions XD.
There is following problem:
I just made this code:
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
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); }
But i still hope anybody here can help me XD
Thanks,
DeathOnaStick