Wysłany: 2013-03-03, 11:41
adalus1995
Wiek: 31 Na forum: 4893 dni Posty: 102
Piwa : 2
Cze??, mam pro?b? o koguta, najlepiej gotowca bo szuka?em na r??nych stronach ale nie dzia?aj? mog? da? kod:
Kod: #include <a_samp>
#include <a_objects>
#define COLOR_WHITE 0xFFFFFFAA
new kogut;
new vehicle;
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print("----------Kogut by XXXXXXXXX----------");
print("----------------Loaded--------------");
print("--------------------------------------\n");
return 1;
}
public OnFilterScriptExit()
{
print("\n-----------------------------------");
print("-----------Kogut by XXXXXXXX---------");
print("--------------Unloaded---------------");
print("-----------------------------------\n");
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/kogut", true) == 0)
{
kogut = CreateObject(19419,0.000000, 0.000000, 1.249999, 0.000000, 0.000000, 0.000000);
vehicle = GetPlayerVehicleID(playerid);
AttachObjectToVehicle(kogut, vehicle, 0.0, 0.0, 1.0, 0.0, 0.0, 1.5);
return 1;
}
if(strcmp(cmdtext, "/delkogut", true) == 0) {
DestroyObject(kogut);
SendClientMessage(playerid, COLOR_WHITE, "Usuni?to Koguta");
return 1;
}
return 0;
}
public OnVehicleSpawn(vehicleid)
{
DestroyObject(kogut);
return 1;
}
public OnVehicleDeath(vehicleid, killerid)
{
DestroyObject(kogut);
return 1;
}
Bo si? nie pojawia gdy wpisz? /kogut, nie pojawia si? kogut..
Prosz? o gotowe lub o naprawianie jako? tego.
Wysłany: 2013-03-03, 12:12
IgrexolonO
Wiek: 34 Na forum: 6809 dni Posty: 1386
Piwa : 1062
Wysłany: 2013-03-03, 12:18
adalus1995
Wiek: 31 Na forum: 4893 dni Posty: 102
Piwa : 2
No wiem, ale nie wiem jakie includy da? na g?re
Wysłany: 2013-03-03, 13:10
IgrexolonO
Wiek: 34 Na forum: 6809 dni Posty: 1386
Piwa : 1062
Ja piehdole.
#include <a_samp> ?
Wysłany: 2013-03-03, 13:23
adalus1995
Wiek: 31 Na forum: 4893 dni Posty: 102
Piwa : 2
Kod: C:\Users\Adam\Desktop\kog.pwn(90) : warning 203: symbol is never used: "kogut"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
Error
Tagi: kogut
Anonymous
Na forum: 245 dni
Posty: 1
Anonymous Koniecznie zajrzyj na: