- 0
Problema Find.
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
MrAndrei
Problema intalnita (descriere): Problema Find. Am configurat comanda /find, am urmat tutorialul facut de Maurice cu configurare find, am reusit, insa, daca dau /removecp sau /cancel find, checkpointul de la find ramane activ.
Ero(area / rile) / warning-(ul / urile): -
Liniile de cod / sursa / script-ul(obligatoriu):
Comanda /find:
Am creat un timer de 1 secunda pentru comanda:
forward findtime(); public findtime() { for(new i = 0; i < MAX_PLAYERS; i++) { if(JucatorCautat[i] >= 0) { new tinta; tinta = JucatorCautat[i]; new Float: x, Float: y, Float: z; GetPlayerPos(tinta,x,y,z); SetPlayerCheckpoint(i,x,y,z, 3.0); } } }Imagini / Video (optional): -
Ati incercat sa rezolvati singur?: Da, dar nu am reusit.
17 answers to this question
Recommended Posts