Search Results
I had a long code on my server createobject and it was very long and it was imposible to play on the server :P so maby the server cant pick the code up
152
Geting error again Код: #include <a_samp> public OnGameModeInit( ) { CreateObject(3881,-4.40000010,2058.80004883,18.29999924,0.00000000,0.00000000,271.99951172); //object(airsecbooth_...
120
Do you have compiled it?
152
This is line 72 RemoveBuildingForPlayer(OnPlayerConnect, 691, 1290.8750, -2042.6094, 55.7891, 0.25); 76 is this line RemoveBuildingForPlayer(OnPlayerConnect, 1290, 1280.2031, -2007.3828, 63.7734, 0.2...
120
I get error when i try to compile this! Код: #include <a_samp> public OnGameModeInit( ) { CreateObject(3881,-4.40000010,2058.80004883,18.29999924,0.00000000,0.00000000,271.99951172); ...
120
Here is what i have in my code Код: // This function is required only once to fix houses that were bought and sold again // If you would sell a house, then restart the server, that house cannot ...
313
Now i get Current directory: C:\Users\Pilot\Desktop\sam\pawno\include PPC_GameModeInit.inc(690) : error 017: undefined symbol "print" PPC_GameModeInit.inc(691) : error 017: undefined symbol "print" ...
313
Now i got Current directory: C:\Program Files (x86)\Notepad++ PPC_GameModeInit.inc(1) : error 013: no entry point (no public functions) Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase...
827
i get error! C:\Users\Pilot\Desktop\sam\pawno\include\PPC_GameM odeInit.inc(760) : warning 203: symbol is never used: "AddCarDealerPickup" C:\Users\Pilot\Desktop\sam\pawno\include\PPC_GameM odeI...
827
Do i need to compile it? // This function creates all objects required for the toll-gates GameModeInit_Toll() { // Add toll-houses to the world CreateObject(9623, 1787.00, 695.50, 17.40, -3.5, 0....
827