[AJUDA] sistema de lixo
#1

Pessoal qria fazer um sistema assim o cara entra no caminhгo de lixo e coloca /trabalhar , ai aparece um chekpoint e qunado ele chega no chekpoint ele ganha 5k ... e assim vai indo!

Obs: Quando aparece o chekpoint , aparece tbm um objeto ai quando ele passa encima o objeto sai!

Vlw - Pessoal!
Reply
#2

Topo do GM:

pawn Код:
CP[MAX_PLAYERS];
No OnPlayerCommandText


pawn Код:
if (strcmp(cmd, "/trabalhar", true) == 0)
{
    if(PlayerInfo[playerid][pJob] != ID DE LIXEIRO) return SendClientMessage(playerid,0xAAAAAAAA,"Seu nabo, vocк nгo й lixeiro");
    SetPlayerCheckPoint(playerid,CORDX,CORDY,CORDZ,30.0);
    CP[playerid] = 1;
}


Em OnPlayerEnterCheckpoint


pawn Код:
if(CP == 1)
{
DisablePlayerCheckpoint(playerid);
GivePlayerMoney(playerid,50000);
SendClientMessage(playerid,0xAAAAAAAA,"Vocк recebeu 50 000 $ pela missao de lixeiro");
}
Reply
#3

Ahhh Vocк me deu a idйa de fazer um sistema de Lixo
Reply
#4

Valeu no meu gm tem essa org de lixeiros sу faltava o comando (:

Obrigado
Reply
#5

Pу vlw ai pessoal , mais tipow assim , quando eu passo por um chekipoint ja aparece outro!

Deu esses erros!

Код:
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(138) : error 010: invalid function or declaration
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(4030) : warning 202: number of arguments does not match definition
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(4057) : warning 202: number of arguments does not match definition
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(5044) : error 033: array must be indexed (variable "CP")
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(5508) : warning 225: unreachable code
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(5508) : warning 211: possibly unintended assignment
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(11663) : warning 202: number of arguments does not match definition
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(13618) : error 017: undefined symbol "pJob"
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(13619) : error 017: undefined symbol "SetPlayerCheckPoint"
C:\Users\Lucca\Documents\BTRPG 1.5\samp03asvr_R8_win32\gamemodes\Talked.pwn(13832) : warning 212: possibly unintended bitwise operation
Reply
#6

posta as linhas faseno favor ^^
Reply
#7

Simples
Seu gm nun tem ''pJob'' definido nen ''CP''

@EDIT---------
Qual o teu gm?
Reply
#8

Eu vou criar um sistema de lixo ai posto aqui para vocкs
Reply
#9

Yes crie e poste ae pra nois to precisando de um desses..hehe..e tava sem ideia de como comeзar criar um.!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)