Tag mismatch?
#9

PHP код:
stock const
    
PizzamanCPs[][] = 
    { 
        {
float:2236.3997float:167.3553float:28.15353}, 
        {
float:2363.3560float:116.1356float:28.44163}, 
        {
float:2374.1240float:42.2868float:28.44163}, 
        {
float:2392.2939float:-54.9637float:28.15363}, 
        {
float:1291.9042float:281.5284float:19.56143}, 
        {
float:1277.0186float:370.8626float:19.55473}, 
        {
float:1352.0980float:348.4374float:20.50093}, 
        {
float:1402.4236float:286.2011float:19.55473
    }; 
You can try this, with this code :
PHP код:
#include "a_samp"
stock const
    
PizzamanCPs[][] = 
    { 
        {
float:2236.3997float:167.3553float:28.15353}, 
        {
float:2363.3560float:116.1356float:28.44163}, 
        {
float:2374.1240float:42.2868float:28.44163}, 
        {
float:2392.2939float:-54.9637float:28.15363}, 
        {
float:1291.9042float:281.5284float:19.56143}, 
        {
float:1277.0186float:370.8626float:19.55473}, 
        {
float:1352.0980float:348.4374float:20.50093}, 
        {
float:1402.4236float:286.2011float:19.55473
    };
main()
{
    for(new 
0sizeof(PizzamanCPs); i++)
        
printf("%f, %f, %f, %d"PizzamanCPs[i][0], PizzamanCPs[i][1], PizzamanCPs[i][2], PizzamanCPs[i][3]);

Reply


Messages In This Thread
Tag mismatch? - by FishyZ - 23.06.2016, 01:32
Re: Tag mismatch? - by FishyZ - 23.06.2016, 03:21
Re: Tag mismatch? - by MotherDucker - 23.06.2016, 03:27
Re: Tag mismatch? - by Dayrion - 23.06.2016, 03:35
Re: Tag mismatch? - by FishyZ - 23.06.2016, 04:41
Re: Tag mismatch? - by FishyZ - 23.06.2016, 05:41
Re: Tag mismatch? - by MotherDucker - 23.06.2016, 06:05
Re: Tag mismatch? - by Vince - 23.06.2016, 06:26
Re: Tag mismatch? - by Dutheil - 23.06.2016, 10:07
Re: Tag mismatch? - by FishyZ - 23.06.2016, 16:41

Forum Jump:


Users browsing this thread: 1 Guest(s)