GiGiMuScHi Posted November 4, 2011 Report Share Posted November 4, 2011 Salutare.Cum pot face check point cand un player tasteaza o comanda.de Ex: /takeilegaljob.Adica cand playerul tasteaza /takeilegaljob sa ii marcheze pe navigator locul unde este pus check point-ul.Ma puteti ajuta? Respecta Si Vei Fi Respectat !!! Link to comment Share on other sites More sharing options...
eXtreMe96 Posted November 4, 2011 Report Share Posted November 4, 2011 Faci asa if(strcmp(cmdtext, "/comanda dorita", true) == 0) { SetPlayerCheckpoint(playerid, 1982.6150, -220.6680, -0.2432, 3.0); //Schimba cu coordonatele tale return 1; }Si la public OnPlayerEnterCheckpoint(playerid) pui ce vrei sa efectueze cind intri in check point lol Link to comment Share on other sites More sharing options...
GiGiMuScHi Posted November 4, 2011 Author Report Share Posted November 4, 2011 La public OnPlayerEnterCheckpoint(playerid) vreau sa dispara check poin-tul cand intri in el.Cum fac asta? Respecta Si Vei Fi Respectat !!! Link to comment Share on other sites More sharing options...
eXtreMe96 Posted November 4, 2011 Report Share Posted November 4, 2011 DisablePlayerCheckpoint(playerid); lol Link to comment Share on other sites More sharing options...
GiGiMuScHi Posted November 4, 2011 Author Report Share Posted November 4, 2011 ma nu inteleg fami u cum ar trebui sa adug ca sa imi dispara check pointul cand un player intra in el.te rog ca nu stiu nu imi pot da seama cum.Nu am mai facut nici odata din astea si din cauza asta :D Respecta Si Vei Fi Respectat !!! Link to comment Share on other sites More sharing options...
eXtreMe96 Posted November 4, 2011 Report Share Posted November 4, 2011 Ma tiam zis tot mura n gura trebuie doar sa pui la locul lui tot Asta o pui la public Onplayercommandtext if(strcmp(cmdtext, "/cmd", true) == 0) { SetPlayerCheckpoint(playerid, 1982.6150, -220.6680, -0.2432, 3.0); //Schimba cu coordonatele tale return 1; } Asta o pui la public OnPlayerEnterCheckpoint(playerid) { DisablePlayerCheckpoint(playerid); lol Link to comment Share on other sites More sharing options...
GiGiMuScHi Posted November 4, 2011 Author Report Share Posted November 4, 2011 Gata multumesc foarte mult. Respecta Si Vei Fi Respectat !!! Link to comment Share on other sites More sharing options...
Question
GiGiMuScHi
Salutare.
Cum pot face check point cand un player tasteaza o comanda.de Ex: /takeilegaljob.
Adica cand playerul tasteaza /takeilegaljob sa ii marcheze pe navigator locul unde este pus check point-ul.
Ma puteti ajuta?
Respecta Si Vei Fi Respectat !!!
Link to comment
Share on other sites
6 answers to this question
Recommended Posts