- 0
o mica problema cu masinile pers
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
emoza
nu imi da masina pers nustiu ce are am adus o masina langa mine prin comanda /veh mam urcat in ia iam dat /save am intrat in game mode am completat tot si cand intru in joc imi da masina in acel loc unde am dat /save dar o puate lua oricine dc?
uitati din gm meu cum am facut eu
[pawn][/pawn]
public OnPlayerStateChange(playerid, newstate, oldstate)
{
new string[256];
if(newstate == PLAYER_STATE_ONFOOT)
{
if(PlayerKarting[playerid] > 0 && PlayerInKart[playerid] > 0)
{
PlayerInKart[playerid] = 0;
KartingPlayers --;
}
AddStaticVehicle(451,490.7980,-1513.6486,20.1701,98.3681,42,34); //
if(newcar == 451)
{
new sendername[MAX_PLAYER_NAME];
GetPlayerName(playerid, sendername, sizeof(sendername));
if(strcmp(sendername,"FiSoFt",true))
{
SendClientMessage(playerid,COLOR_GREY," You do not have the keys of this car !");
RemovePlayerFromVehicle(playerid);
}
}
1 answer to this question
Recommended Posts