[ajuda]Sistema simples de entrega
#1

Quote:

new testecheck;
new testecheck2;
new testecheck3;



if (strcmp("/testcheck", cmdtext, true, 10) == 0)
{
GameTextForPlayer(playerid, "Vocк Precisa Pegar as Cargas!", 5000, 1);
testecheck = SetPlayerCheckpoint(playerid, 2620.7441,-2226.8093,13.3810,20.0);
return 1;
}





public OnPlayerEnterCheckpoint(playerid)
{

DisablePlayerCheckpoint(playerid);

if (IsPlayerInCheckpoint(testecheck))
{
GameTextForPlayer(playerid, "Vocк Precisa entregar as Cargas!", 5000, 1);
testecheck2 = SetPlayerCheckpoint(playerid, 2620.7441,-2226.8093,13.3810,20.0);
}
if (IsPlayerInCheckpoint(testecheck2))
{
GameTextForPlayer(playerid, "Vocк completou a entrega retorne a empresa!", 5000, 1);
testecheck3 = SetPlayerCheckpoint(playerid, 1129.7092,-1563.1699,13.5464,20.0);
}
if (IsPlayerInCheckpoint(testecheck3))
{
GameTextForPlayer(playerid, "Vocк completou a sua entrega!", 5000, 1);
GivePlayerMoney(playerid,1000);
}
return 1;
}

Bom galera to tentando montar aqui 1 pequeno comando para pegar cargas para caminhoneiros...
era pra funcionar assim.. eu usando o comando /testcheck iria aparecer o checkpoint e tals... dai quando eu entrasse no checkpoint ele iria me mostrar no mapa outro checkpoint como nos checkpoint de corrida.. entro em 1 e no mapa aparece o prуximo alvo... sу que nгo funciono .. eu nгo sei muito de pawno entгo pesquisei nгo achei nada dai o jeito foi montar esse tуpico aqui.. espero que me ajudem!!
Reply


Messages In This Thread
[ajuda]Sistema simples de entrega - by Rodox_Mortein - 26.05.2011, 02:21
Re: [ajuda]Sistema simples de entrega - by Macintosh - 26.05.2011, 14:07
Re: [ajuda]Sistema simples de entrega - by Shadoww5 - 26.05.2011, 15:44
Re: [ajuda]Sistema simples de entrega - by Macintosh - 26.05.2011, 16:43
Re: [ajuda]Sistema simples de entrega - by Rodox_Mortein - 26.05.2011, 16:55
Re: [ajuda]Sistema simples de entrega - by The Knight - 26.05.2011, 17:48
Re: [ajuda]Sistema simples de entrega - by Rodox_Mortein - 26.05.2011, 18:00
Re: [ajuda]Sistema simples de entrega - by The Knight - 26.05.2011, 18:13
Re: [ajuda]Sistema simples de entrega - by yiakin - 27.05.2011, 22:11
Re: [ajuda]Sistema simples de entrega - by rjjj - 28.05.2011, 16:20

Forum Jump:


Users browsing this thread: 1 Guest(s)