26.09.2013, 22:05
Bom galera tou fazendo um servidor ai quando teleporta o player perde o veiculo teleporta sozinho alguem pode me ajudar (iniciante)
Codigo abaixo \/
Codigo abaixo \/
Код:
if(strcmp(cmdtext, "/sf", true) == 0)
{
if(blockjail[playerid] == 1)
{
return SendClientMessage(playerid, 0xFF0000AA, "Vocк nгo pode digitar nenhum comando enquanto estiver preso!");
}
if(blockx1[playerid] == 1)
{
return SendClientMessage(playerid, vermelho, "[ERRO]: Vocк nгo pode digitar nenhum comando enquanto estiver x1!");
}
{
//------------------------------------------------------//
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, -1458.3580,834.7355,7.1875);
//------------------------------------------------------//
new nome[MAX_PLAYERS];
GetPlayerName(playerid, nome, MAX_PLAYER_NAME);
format(stringx, sizeof(stringx), "[INFO]: %s Foi para San Fierro. {E31919}( /sf )", nome);
SendClientMessageToAll(verdedevas, stringx);
//------------------------------------------------------//
}
return 1;
}


