Jump to content
  • 0

pomoc jak to mám opravit


Fuggy

Dotaz

5 odpovědí na tuto otázku

Recommended Posts

  • 0

Uvědom si že ten public je ohraničen { a }, takže ten kod musíš dát dovnitř a ne před/za

- jo a nemíchej FS a GM

public OnPlayerPickUpPickup(playerid, pickupid)
{
if( pickupid == balik) {
GivePlayerWeapon(playerid, 27, 160);
SendClientMessage(playerid, 0xFFFFFFAA, "[ {00FF00}!{FFFFFF} ] Našel jsi Combat brokovnici se 160 náboji!");
return 1;
}

        return 1;
}
public OnGameModeInit()
{
balik = CreatePickup(2883.9753,-1522.1442,11.0818);
        // Don't use these lines if it's a filterscript
        SetGameModeText("Blank Script");
        AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
        return 1;
}
Edited by Matess
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...