[Pregunta]Como mandar un CP a..
#1

Hola,quisiera preguntar como es la funciуn para mandar un CP de color verde y que aparesca en el mapa al escribir un comando..porfavor garcias , osea,que si un jugador pone "tal comando" , a otro jugador le aparesca el CP de donde estб ese jugador
Reply
#2

https://sampwiki.blast.hk/wiki/SetPlayerMapIcon
https://sampwiki.blast.hk/wiki/GetPlayerPos

Код:
new Float:pos[3];
GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
SetPlayerMapIcon(jugadorid, iconid, pos[0], pos[1], pos[2], 0, color, MAPICON_LOCAL_CHECKPOINT9);
Reply
#3

Quote:
Originally Posted by OTACON
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/SetPlayerMapIcon
https://sampwiki.blast.hk/wiki/GetPlayerPos

Код:
new Float:pos[3];
GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
SetPlayerMapIcon(jugadorid, iconid, pos[0], pos[1], pos[2], 0, color, MAPICON_LOCAL_CHECKPOINT ;
Gracias,por cierto,te falto cerrar el ")"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)