[Ajuda] Variavel para detectar se player й carona
#1

Ola pessoal,

estou fazendo um projeto e queria saber se tem alguma variavel que posso colocar na public.

queria uma if que verificasse se ele esta ou nгo como CARONA num carro, se puderem ajudar serei grato.

Obrigado, [RoXx]Okiinho_.
Reply
#2

Vб na public OnPlayerStateChange e use :
PHP код:
if(oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_PASSENGER)
{
//funcoes se ele estiver de passageiro :)

Reply
#3

Quote:
Originally Posted by darkxdll
Посмотреть сообщение
Vб na public OnPlayerStateChange e use :
PHP код:
if(oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_PASSENGER)
{
//funcoes se ele estiver de passageiro :)

Nessa public eu sei que da, porйm quero na public que estou fazendo, pois se eu colocar nessa public o sistema todo vai bugar.
Reply
#4

Entгo use GetPlayerState.

PHP код:
if(GetPlayerState(playerid) == PLAYER_STATE_PASSENGER
Reply
#5

Quote:
Originally Posted by darkxdll
Посмотреть сообщение
Entгo use GetPlayerState.

PHP код:
if(GetPlayerState(playerid) == PLAYER_STATE_PASSENGER
Funcionou, nao me recordava dessa Funзгo. Obrigado, + REP
Reply
#6

Essa funзгo tambem serve para esconder a textdraw da gasolina, do velocimetro e etc. para quando um player esta de carona ?
Reply
#7

aquela nao

mas esta

pawn Код:
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
esta sim
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)