Ajuda no GM
#4

Caso nгo saiba qual o interior em que vocк estб, use este comando e vб testando os interiores individualmente.

Quando o bug for solucionado vocк saberб que este й o interior correto.

PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp(cmdtext"/int"true) == 0)
    {
        new 
s[256];
        
strtok(cmdtextidx);
        if(!
strlen(s)) return SendClientMessage(playerid0xFFFFFFFF"USO: /int [INTERIOR ID]");
        
SetPlayerInterior(playeridstrval(s));
        
format(ssizeof s"Interior ID: %d"strval(s));
        
SendClientMessage(playerid0xFFFF00FFstr);
        return 
1;
    }
    return 
0;

Reply


Messages In This Thread
Ajuda no GM - by kNOWW - 19.07.2011, 23:31
Re: Ajuda no GM - by ViniBorn - 20.07.2011, 00:05
Re: Ajuda no GM - by Macintosh - 20.07.2011, 00:21
Re: Ajuda no GM - by Shadoww5 - 20.07.2011, 00:47
Re: Ajuda no GM - by ViniBorn - 20.07.2011, 01:22
Re: Ajuda no GM - by Falcon. - 20.07.2011, 01:26
Re: Ajuda no GM - by Macintosh - 20.07.2011, 01:30
Re: Ajuda no GM - by Shadoww5 - 20.07.2011, 01:31
Re: Ajuda no GM - by Falcon. - 20.07.2011, 01:32

Forum Jump:


Users browsing this thread: 1 Guest(s)