GTA Közösség - A magyar GTA fórum

San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: ervin990911 - 2012. április 25. - 17:50:25

Cím: scriptelés segítség
Írta: ervin990911 - 2012. április 25. - 17:50:25
Az lenne hogy a scriptelésben meg van adva az hogy mennyi helyet kell kihagyni, vagy csak úgy?
 
public OnPlayerCommandText(playerid, cmdtext[])
{
     //First the script gets the vehicle id of the current car and then destroys it when typing /destroyveh
     if(strcmp(cmdtext, \"/destroyveh\", true) == 0)
     {
          new currentveh;
          currentveh = GetPlayerVehicleID(playerid);
          DestroyVehicle(currentveh);
          return 1;
     }
     return 0;
}
[/quote]
Cím: scriptelés segítség
Írta: Benceee - 2012. április 25. - 17:55:55
Kihagyhatsz akár 1000 sort is. Semmin nem befolyásol, csak sokkal hosszabb, és átláthatatlanabb lesz. ( Meg lehet, hogy terheli a procit. )
Cím: scriptelés segítség
Írta: ervin990911 - 2012. április 25. - 17:58:24
kösz  :thumbsup:
Cím: scriptelés segítség
Írta: Benceee - 2012. április 25. - 18:01:41
Idézetet írta: ervin990911 date=1335369504\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"20624\" data-ipsquote-contentclass=\"forums_Topic
kösz  :thumbsup:
 
[mod]Ha a kérdésedre válasz érkezik, akkor le kell zárni a témát. Lent megtalálod a \"Téma megoldva\" funckciót.[/mod]