29.03.2016, 20:33
Of course.
So, you need the x,y and z coordinate.
Now you can search in your script (STRG + F) wheather you find this row. If so you can delete all these rows which have to do with these coordinates.
PHP код:
AddPlayerClass(106,1553.7643,-1675.1794,16.1953,265.0335,0,0,0,0,0,0); // 123
//106 => skin id
//1553.7643 => x coordinate
//-1675.1794 => y coordinate
//16.1953 => z coordinate
//265.0335 => rotation of the player
//1. 0 => 1. weapon
//2. 0 => 1. ammo
//3. 0 => 2. weapon
//4. 0 => 2. ammo
//5. 0 => 3. weapon
//6. 0 => 3. ammo
PHP код:
1553.7643,-1675.1794,16.1953