Search Results
What is wrong with it? Like does a dialog not open?
97
Quote: Originally Posted by Meller I always play against bots on Call of duty: Ghosts, and in my opinion yes. If you do think that's fun, then launch the gamemode.
185
Quote: Originally Posted by Owen007 new PizzamanCPs[8]; PizzamanCps[0] = SetPlayerCheckpoint(parameters here); //Create The Checkpoint PizzamanCps[1] = SetPlayerCheckpoint(x,y,z); //S...
259
Well does anyone have a idea on how to do that? O:
259
Quote: Originally Posted by WhiteGhost PHP код:  new PizzamanCPs[8]; PizzamanCps[0] = CCP(); //Create The Checkpoint PizzamanCps[1] = CCP(); //Same PizzamanCps[2] = CCP...
259
Playing against bots? no. Have you ever played against bots on call of duty? Do you think it's fun?
185
Is there a way to define checkpoints and get this? for example Код: new Float:PizzamanCPs[8][4] = { { 2236.3997,167.3553,28.1535, 3.0 }, { 2363.3560,116.1356,28.4416, 3.0 }, { 2374.1240,42.2...
259
Quote: Originally Posted by Vince You declare the array with the Float tag. However '3' is not a float and throws the warning. Either declare it as '3.0' or find another way to do what you...
211
Quote: Originally Posted by Dayrion Try this : PHP код: new Float:PizzamanCPs[8][4] = {   { 2236.3997,167.3553,28.1535, 3 },   { 2363.3560,116.1356,28.4416, 3 },   { ...
211
Try this. Код: new Cars[DMVCars]; Код: enum DMVCars { DMVCar } now on your Код: examcar[playerid] = AddStaticVehicle(410, 1242.0013,-1850.0372,13.0384,90.7065, -1, -1); do Код: Cars[...
164
Код: //Pizza Job new Float: PizzamanCPs[5][4] = { { 2236.3997,167.3553,28.1535, 3 }, { 2363.3560,116.1356,28.4416, 3 }, { 2374.1240,42.2868,28.4416, 3 }, { 2392.2939,-54.9637,28.1536, 3 ...
211
Quote: Originally Posted by Lynn You need the YSI Library. Y INI reads from y_complilerpass internally. The single include will not do you justice. I do have the whole folder but I do n...
146
I did Код: #include <y_ini> C:\Users\Fishy\Desktop\New folder (2)\pawno\include\y_ini.inc(1) : fatal error 100: cannot read from file: "..\YSI_Internal\y_compilerpass" I do have y_ini i...
146
Quote: Originally Posted by Vince Do you have a #define jobtownhall or something? The errors lead me to believe you have something like: PHP код: #define jobtownhall 1  whi...
204
Quote: Originally Posted by Stinged Show us the code around it. Код: public OnGameModeInit() { AddStaticPickup(1239, 1,2303.8369,-16.3016,26.4844, 0); // BANK AddStaticPicku...
204
Quote: Originally Posted by Stinged This error is shown when the variable is declared as a const. For example: Код: const jobtownhall; jobtownhall = CreatePickup(1239, 1,361.8299,173....
204
Quote: Originally Posted by F1N4L https://sampwiki.blast.hk/wiki/CreatePickup Thanks but it didn't help me do anything.
204
Код: jobtownhall = CreatePickup(1239, 1,361.8299,173.5686,1008.3828, 0); Код: C:\Users\Fishy\Desktop\New folder (2)\gamemodes\ROLEPLAY.pwn(94) : error 022: must be lvalue (non-constant) Help p...
204