22.01.2010, 11:32
hi there ,
i following the wiki '' PAWN FOR begginers '' ,
and , i saved the cars pozition , player skin , player spawn , i put this in my GM
and , .amx it , after i write it on my server.cfg , and it said '' [04:06:03] I couldn't load any gamemode scripts. Please verify your server.cfg
[04:06:03] It needs a gamemode0 line at the very least.'' , why? and i respect all the rules from there , ( soz for my bad english )
i following the wiki '' PAWN FOR begginers '' ,
and , i saved the cars pozition , player skin , player spawn , i put this in my GM
Quote:
public OnGameModeInit() { // Don't use these lines if it's a filterscript SetGameModeText("Blank Script"); AddPlayerClass(107,1520.3566,-879.8905,61.3652,44.7961,0,0,0,0,0,0); // Player AddStaticVehicle(522,1518.2366,-886.4916,60.6757,226.8529,3,; // AddStaticVehicle(522,1518.2366,-886.4916,60.6757,226.8523,3,; // Nrg-900 AddStaticVehicle(522,1518.2366,-886.4916,60.6757,226.8518,3,; // Nrg AddStaticVehicle(522,1527.4138,-877.9109,60.6705,224.0659,6,25); // Nrg AddStaticVehicle(522,1529.6914,-880.0111,60.6860,223.1101,7,79); // AddStaticVehicle(495,1535.4368,-886.3170,61.4799,96.9991,119,122); // King AddStaticVehicle(522,1531.8512,-882.2581,60.6786,222.2556,8,82); // Nrg return 1; |
[04:06:03] It needs a gamemode0 line at the very least.'' , why? and i respect all the rules from there , ( soz for my bad english )