GTA Közösség - A magyar GTA fórum

San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: Filippo_Salieri - 2010. Június 09. - 18:06:57

Cím: Compile..
Írta: Filippo_Salieri - 2010. Június 09. - 18:06:57
Hello!
Gondolom sok scripter van ezen a forumon...Nos dolgozom egy uj RolePlay Szervren,Már megirtuk a kaját,intiket,gps satöbbi alapjávavéve már aligh LARP!Nos megcsináltam a bandakocsikat semmitserontottam el lecompilézte 0 Error 0 Warning! Beirom a srv cfg be hogy Steel.. Jó.. Samp server.exe rákantittok mijön ki? File not found...
http://imagerz.com/QFdCCF1SUAU Kép rola
Elore is kössz:D
|_________________________________________Egy másik kérdés________________________________________________|
Most merült fel a probléma  pont ma mármint ma jöttem rá lehet hogy ez a hiba...Eddig nemfoglalkoztam a NameTimer el de most errornak ir eddig csak kitöröltem...
 
public CustomPickups()
{
new Float:oldposx, Float:oldposy, Float:oldposz;
new string[128];
NameTimer();
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
   GetPlayerPos(i, oldposx, oldposy, oldposz);
   new tmpcar = GetPlayerVehicleID(i);
   if(oldposx!=0.0 && oldposy!=0.0 && oldposz!=0.0)
   {
      for(new h = 0; h < sizeof(SBizzInfo); h++)
      {
         if(IsATruck(tmpcar) && PlayerToPoint(10.0, i, SBizzInfo[h][sbEntranceX], SBizzInfo[h][sbEntranceY], SBizzInfo[h][sbEntranceZ]))
         {
            format(string, sizeof(string), \"~w~%s~n~~r~Products Required~w~: %d~n~~y~Price per Product: ~w~: $%d~n~~g~Funds: ~w~: $%d\",SBizzInfo[h][sbMessage],(SBizzInfo[h][sbMaxProducts]-SBizzInfo[h][sbProducts]),SBizzInfo[h][sbPriceProd],SBizzInfo[h][sbTill]);
            GameTextForPlayer(i, string, 5000, 3);
            return 1;
         }
         if(PlayerToPoint(2.0, i, SBizzInfo[h][sbEntranceX], SBizzInfo[h][sbEntranceY], SBizzInfo[h][sbEntranceZ]))
         {
            if(SBizzInfo[h][sbOwned] == 1)
            {
               format(string, sizeof(string), \"~w~%s~w~~n~Owner : %s~n~Extortion by : %s~n~Entrance Fee : ~g~$%d ~n~~w~to enter type /enter\",SBizzInfo[h][sbMessage],SBizzInfo[h][sbOwner],SBizzInfo[h][sbExtortion],SBizzInfo[h][sbEntranceCost]);
            }
            else
            {
               format(string, sizeof(string), \"~w~%s~w~~n~This Business is for sale~n~Cost: ~g~$%d ~w~Level : %d ~n~to buy this Business type /buybiz\",SBizzInfo[h][sbMessage],SBizzInfo[h][sbBuyPrice],SBizzInfo[h][sbLevelNeeded]);
            }
            GameTextForPlayer(i, string, 5000, 3);
            return 1;
         }

 
/OFF: Lécci ne bodáljatok paradicsomot hogy uj RP Szerver, Teljesen máshogy tervezem... Mert cska akkor inditm ha normális modot sikerül összehozni .D
Cím: Compile..
Írta: maark - 2010. Június 09. - 19:01:45
Elképzelheto hogy az FS-ben használsz valamilyen plugint de az nincs meg vagy nem töltöd be
Cím: Compile..
Írta: Filippo_Salieri - 2010. Június 09. - 20:32:04
Sajnos nem probáltam kivettem és ugyanaz..Ugye a mod nemlehet hibás?Mer a pawn lecopilézte
Cím: Compile..
Írta: Csabesz - 2010. Június 09. - 20:43:15
Csak az  a probléma, hogy a szerver nem talán egy olyan fájlt, amit használnál. ( Pl: Inc )
Cím: Compile..
Írta: Filippo_Salieri - 2010. Június 09. - 21:28:59
Jó lett. A streamer volt rossz. Esetleg valami Strímert tudtok ajánlani? Nemtudom van e olyan amibe nmekell sok cuccot átirni Hogy F_CreateObject(:.. STB!
Cím: Compile..
Írta: ►ѕтa - 2010. Június 09. - 21:32:42
#define Objektlétrehozófunkció Ami a régi volt
pl:
#define F_CreateObject CreateObject
Cím: Compile..
Írta: Filippo_Salieri - 2010. Június 09. - 21:45:34
Beirtam Fainlett:D Elindult  a szeró...Az objectek faxák, De se  Kocsi,Se Pickup :d
Cím: Compile..
Írta: ►ѕтa - 2010. Június 09. - 22:46:25
Kocsi meg ilyenhez is használsz streamert?
Cím: Compile..
Írta: Filippo_Salieri - 2010. Június 10. - 06:36:30
Nemhasználok ezt a Streamert használom http://forum.sa-mp.com/index.php?topic=164498.0
 Vagy ezt:http://forum.sa-mp.com/index.php?topic=143094.0
 Csak az utobbit nemtudom hogykel betenni.