Elárulná valaki hogy hogy kell beregisztrálni a fórumra? Hisz a regisztrációnál be kell írnom a képen látható betűket, de nekem nincs ott kép, be sem tölt.
Ez a szekció lehetővé teszi a felhasználó által írt összes hozzászólás megtekintését. Vedd figyelembe, hogy csak azokba a fórumokba írt hozzászólásokat látod, amelyekhez hozzáférésed van.
Üzenetek megjelenítése menüIdézetet írta: Sweep date=1474694927\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"22125\" data-ipsquote-contentclass=\"forums_TopicSziasztok.MYSQL-el működne a szerver? Mert ha igen, valszeg hogy nem lett elindítva, milyen mod?
Sajnos egy olyan problémába futottam hogy a szerverre csatlakoznék fel és egyből le is dob.
Esetleg aki tudja hogy mi a hiba, megköszönném ha leírná.
[07:20:15] [connection] incoming connection: 192.168.0.43:63961 id: 0
[07:20:15] [join] Bianchi_Sweep has joined the server (0:192.168.0.43)
[07:20:15] [part] Bianchi_Sweep has left the server (0:2)
Idézetet írta: david99 date=1472638692\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"62935\" data-ipsquote-contentclass=\"forums_TopicNa most már meg jeleníti de csak félig xDDHa több Textdrawból áll akkor a többit is írd be úgy ahogy Memphis írta.http://kephost.com/images/2016/08/31/sa-mp-000.png\" alt=\"sa-mp-000.png\" />
Idézetet írta: Memphis date=1472479485\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"62904\" data-ipsquote-contentclass=\"forums_TopicKóddal könnyebb lett volna de!1x már elküldtem neki, nemtom használta e : P
Töltsd le újra a zcmd-t innen. --> http://forum.sa-mp.com/showthread.php?t=91354\" rel=\"external nofollow\">http://forum.sa-mp.com/showthread.php?t=91354
Majd állítsd be az ékezeteket eszerint a tutorial szerint. --> https://sampforum.hu/index.php?topic=32138.0\" rel=\"external nofollow\">https://sampforum.hu/index.php?topic=32138.0
Idézetet írta: Memphis date=1472390915\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"62887\" data-ipsquote-contentclass=\"forums_TopicHát ez nem jött be :c Kifagyasztja a pawno compiler libraryt XD
new value = random(5);
// \'value\' might be 0, 1, 2, 3 or 4. 5 possible values.
new Float:RandomSpawn[][4] =
{
// Positions, (X, Y, Z and Facing Angle)
{-2796.9854, 1224.8180, 20.5429, 192.0335},
{-2454.2170, 503.8759, 30.0790, 267.2932},
{-2669.7322, -6.0874, 6.1328, 89.8853}
};
public OnPlayerSpawn(playerid)
{
new rand = random(sizeof(RandomSpawn));
// SetPlayerPos to the random spawn data
SetPlayerPos(playerid, RandomSpawn[rand][0], RandomSpawn[rand][1],RandomSpawn[rand][2]);
// SetPlayerFacingAngle to the random facing angle data
SetPlayerFacingAngle(playerid, RandomSpawn[rand][3]);
return 1;
}
Ugyan ezen az elven használd csak ne SetPlayerPos-al hanem SetPlayerCheckpoint.
Forrás: http://wiki.sa-mp.com/wiki/Random\" rel=\"external nofollow\">http://wiki.sa-mp.com/wiki/Random
Az oldal 0.041 másodperc alatt készült el 18 lekéréssel.