Jump to content
  • 0

Problema Compile


RemiXdJ

Question

C:\Users\Mihai\Desktop\samp03\pawno\include\streamer.inc(435) : warning 202: number of arguments does not match definition

C:\Users\Mihai\Desktop\samp03\pawno\include\streamer.inc(449) : warning 202: number of arguments does not match definition

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Warnings.

Imi da advertizarea asta la Compile.

Am bagat in GM,sus de tot, #include <streamer> .

Folosesc streamer Incognito....

Ms.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

435: CreateObject(16357, -236.058105, 2426.879639, 114.376701, 0.0000, 26.6417, 11.2520);

449: CreateObject(16357, -1464.298584, 2182.907471, 104.525543, 0.0000, 355.7028, 11.2520);

Si mai usor frate ,numai sarii asa :-j

Chiar daca le sterg,tot asa le ia,iar daca nu am pus #inclide <streamer> ,nu are nici un bug GM'ul.

Link to comment
Share on other sites

435: CreateObject(16357, -236.058105, 2426.879639, 114.376701, 0.0000, 26.6417, 11.2520);

449: CreateObject(16357, -1464.298584, 2182.907471, 104.525543, 0.0000, 355.7028, 11.2520);

Si mai usor frate ,numai sarii asa :-j

Chiar daca le sterg,tot asa le ia,iar daca nu am pus #inclide <streamer> ,nu are nici un bug GM'ul.

435: CreateDynamicObject(16357, -236.058105, 2426.879639, 114.376701, 0.0000, 26.6417, 11.2520);

449: CreateDynamicObject(16357, -1464.298584, 2182.907471, 104.525543, 0.0000, 355.7028, 11.2520);

Link to comment
Share on other sites

435: CreateDynamicObject(16357, -236.058105, 2426.879639, 114.376701, 0.0000, 26.6417, 11.2520);

449: CreateDynamicObject(16357, -1464.298584, 2182.907471, 104.525543, 0.0000, 355.7028, 11.2520);

Aia pentru streamer.

Asta pentru CreateObject simplu:

435:

CreateObject(16357, -236.058105, 2426.879639, 114.376701, 0.0000, 26.6417, 11.2520, 300.0);
449:
CreateObject(16357, -1464.298584, 2182.907471, 104.525543, 0.0000, 355.7028, 11.2520, 300.0);

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

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.