Jump to content
  • 0

pomoc VIP


_VaNovec_

Dotaz

Zdravím , kde mam dať Vip[playerid] = 1; aby to bolo pre VIP

 

do tohoto

 {
 new message[256+1];
format(message, 256, "{FF0000}[ ! ] {FFFFFF}Teleportoval si sa na pozíciu %f %f %f", fX, fY, fZ);
SendClientMessage(playerid, 0xFFFFFFFF, message);
SetPlayerPos(playerid, fX, fY, fZ);
} 

skušal som nad new ale nejak to nejde pre VIP poradte prosím

Link to comment
Share on other sites

2 odpovědí na tuto otázku

Recommended Posts

  • 0
{ 
if(Vip[playerid] == 1){
 new message[256+1];
format(message, 256, "{FF0000}[ ! ] {FFFFFF}Teleportoval si sa na pozíciu %f %f %f", fX, fY, fZ);
SendClientMessage(playerid, 0xFFFFFFFF, message);
SetPlayerPos(playerid, fX, fY, fZ);
}
}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...