C:\Documents and Settings\Alazam\Bureau\Serveur\gamemodes\Test.pwn( 1 ![]() Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase |
10public OnGameModeInit() 11{ 12 AddStaticVehicle(522,-2026.1580,153.1888,28.4964,282.5498,3, ![]() 13 AddStaticVehicle(522,-2025.7941,159.9399,28.4947,246.4201,3, ![]() 14 SetGameModeText("Blank Script"); 15 AddPlayerClass(0, -2026.6844,156.6899,29.0391, 269.1425, 0, 0, 0, 0, 0, 0); 16 17 return 1 18} |
10public OnGameModeInit() 11{ 12 AddStaticVehicle(522,-2026.1580,153.1888,28.4964,282.5498,3,;//Debut Vehicule 13 AddStaticVehicle(522,-2025.7941,159.9399,28.4947,246.4201,3,; 14 SetGameModeText("Blank Script"); 15 AddPlayerClass(0, -2026.6844,156.6899,29.0391, 269.1425, 0, 0, 0, 0, 0, 0); 16 17 return 1; 18}