[Ajuda] Setar Climas em Cidades
#2

PHP код:
if(IsPlayerInLS(playerid)) {
    
SetPlayerWeather(playeridclimasValidos[Random]);
    
SendClientMessageToAll(-1"| INFO | Mudanзa de Tempo Prevista Para Los Santos!"); 

PHP код:
stock IsPlayerInLS(playerid) {
    new 
Float:xls,Float:yls,Float:zls;
    
GetPlayerPos(playerid,xls,yls,zls);
    if(
xls && yls 0) return 1;
    return 
0;
}
stock IsPlayerInSF(playerid) {
    new 
Float:xls,Float:yls,Float:zls;
    
GetPlayerPos(playerid,xls,yls,zls);
    if(
xls 0) return 1;
    return 
0;
}
stock IsPlayerInLV(playerid) {
    new 
Float:xls,Float:yls,Float:zls;
    
GetPlayerPos(playerid,xls,yls,zls);
    if(
xls && yls 0) return 1;
    return 
0;

Esse sistema й um pouco complexo e irб precisar de algumas gambiarras...
Reply


Messages In This Thread
Setar Climas em Cidades - by Poseidon4625 - 04.09.2018, 13:06
Re: Setar Climas em Cidades - by ipsLuan - 04.09.2018, 13:48
Re: Setar Climas em Cidades - by GSantana - 05.09.2018, 22:18
Re: Setar Climas em Cidades - by Poseidon4625 - 05.09.2018, 23:03
Re: Setar Climas em Cidades - by 1sbedx - 05.09.2018, 23:11
Re: Setar Climas em Cidades - by Poseidon4625 - 05.09.2018, 23:15
Re: Setar Climas em Cidades - by Poseidon4625 - 06.09.2018, 01:50
Re: Setar Climas em Cidades - by FerrariL - 06.09.2018, 02:07
Re: Setar Climas em Cidades - by Poseidon4625 - 06.09.2018, 02:45

Forum Jump:


Users browsing this thread: 2 Guest(s)