Jump to content
  • 0

cum setez sa fie mereu ziua


Question

7 answers to this question

Recommended Posts

  • 0
Guest 6am30v3r
Posted

Tare faza :)) si de unde vrei noi sa stim ce mod ai u pe server daca ai god father sau orice modificare de al lui foloseste /tod 12 ... si se face 12... pe altele merge /settime ... nush daca ai lvdm baga-ti ... ca nu merge sa schimbi

  • 0
Posted

Tare faza :)) si de unde vrei noi sa stim ce mod ai u pe server daca ai god father sau orice modificare de al lui foloseste /tod 12 ... si se face 12... pe altele merge /settime ... nush daca ai lvdm baga-ti ... ca nu merge sa schimbi

Hah.. nu trebuie sa stii ce mod are...

cum setez sa fie mereu ziua pe server? ???

Cauta prin gamemode-ul tau linia OnGameModeInit si scrie sub, de exemplu sub SetGameModeText(), asa:

SetWorldTime(12);

  • 0
Guest 6am30v3r
Posted

Il ajutam intr`un stil mai usor ... crezi ca el stie exact sa caute in pawno unde e linia aceea ?

  • 0
Posted

Il ajutam intr`un stil mai usor ... crezi ca el stie exact sa caute in pawno unde e linia aceea ?

Ii mai usor sa adaugi o linie.

In .pwn este optiunea 'Find'.

  • 0
Posted

imi da eroare am adaugat asa:

public OnGameModeInit()

            SetWorldTime(12);

eroarea/ile

                                 

D:\server3\gamemodes\tAxIFR.pwn(987) : error 055: start of function body without function header

D:\server3\gamemodes\tAxIFR.pwn(1006) : error 021: symbol already defined: "print"

D:\server3\gamemodes\tAxIFR.pwn(1010) : error 021: symbol already defined: "format"

D:\server3\gamemodes\tAxIFR.pwn(1016) : error 021: symbol already defined: "print"

D:\server3\gamemodes\tAxIFR.pwn(1018) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1022) : error 021: symbol already defined: "format"

D:\server3\gamemodes\tAxIFR.pwn(1028) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1031) : error 021: symbol already defined: "strings"

D:\server3\gamemodes\tAxIFR.pwn(1058) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1059) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1060) : error 021: symbol already defined: "CreateStreamMapIcon"

D:\server3\gamemodes\tAxIFR.pwn(1062) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1063) : error 021: symbol already defined: "CreateStreamMapIcon"

D:\server3\gamemodes\tAxIFR.pwn(1066) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1067) : error 021: symbol already defined: "CreateStreamMapIcon"

D:\server3\gamemodes\tAxIFR.pwn(1071) : error 021: symbol already defined: "format"

D:\server3\gamemodes\tAxIFR.pwn(1083) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1088) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1099) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1105) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1110) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1115) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1120) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1125) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1130) : error 010: invalid function or declaration

D:\server3\gamemodes\tAxIFR.pwn(1135) : error 010: invalid function or declaration

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

26 Errors.

  • 0
Posted

public OnGameModeInit()

            SetWorldTime(12);

In loc de alea vine aja

public OnGameModeInit()

{

            SetWorldTime(12);

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.